Discussion Forum

What is Singleton class?

Re: What is Singleton class?

by Ashutosh Bhatt -
Number of replies: 0
In object-oriented programming, a singleton class is a class that can have only one object (an instance of the class) at a time.