What is An Singleton Class?
By veladitya
@veladitya (82)
India
2 responses
@shoyebpathan (74)
• India
15 Mar 07
Singleton class is a class which can have only one instantiated object. There is a restriction on the instantiation of the class.
Well yes a singleton can be created, but it can't be instantiated by developers, - meaning that the singleton class has control over how it is created.
If you want further details send a mail to me on shoyebpathan@gmail.com