Re: Multiple implementations of an interface

2001-12-27 Thread Roger C Haslock
r ObjectFactory in CPAN, to see how it did it, but my search returned nothing. Regards - Roger - - Original Message - From: "Jon Cassorla" <[EMAIL PROTECTED]> To: "Roger C Haslock" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December

RE: Multiple implementations of an interface

2001-12-26 Thread Jon Cassorla
You can accomplish this using some pretty basic OO patterns. You want your client to be ignorant of the implementation of the module with which it is talking (except to say that it will conform to a particular interface). Also, you may want to client to be ignorant of the which module to create