beingchinmay
New member
• A singleton class is such kind of class in which only one object is created throu hout the life time of the class.
• A Singleton class is used when you wish to restrict instantiation of a class to only one object.
• A Singleton class is used when you wish to restrict instantiation of a class to only one object.