Discussion Forum

What is Singleton class?

What is Singleton class?

by AAKASH KUMAR ARYA -
Number of replies: 1

What is Singleton class?

In reply to AAKASH KUMAR ARYA

Re: What is Singleton class?

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