THE SINGLETON PATTERN ?
From: Alicia Roberts (alic2301_at_hotmail.com)
Date: 10/07/04
- Previous message: Tom N: "Re: installer recommendation?"
- Next in thread: Andrey Dobrov: "Re: THE SINGLETON PATTERN ?"
- Reply: Andrey Dobrov: "Re: THE SINGLETON PATTERN ?"
- Reply: Raymond DeCampo: "Re: THE SINGLETON PATTERN ?"
- Reply: MiBx: "Re: THE SINGLETON PATTERN ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 07 Oct 2004 03:40:27 GMT
Hello everyone, I have been researching the Singleton Pattern. Since the
singleton pattern uses a private constructor which in turn reduces
extendability, if you make the Singleton Polymorphic what sort of
problems/issues should be considered?
Also, I see that a singleton needs to be set up with certain data such as
file name, database URL etc. What issues are involved in this, and how
would you do this?
If someone knows about the Singleton pattern please reply. Thanks
Alicia
- Previous message: Tom N: "Re: installer recommendation?"
- Next in thread: Andrey Dobrov: "Re: THE SINGLETON PATTERN ?"
- Reply: Andrey Dobrov: "Re: THE SINGLETON PATTERN ?"
- Reply: Raymond DeCampo: "Re: THE SINGLETON PATTERN ?"
- Reply: MiBx: "Re: THE SINGLETON PATTERN ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|