Home / Questions / What is Singleton class?
Explanatory Question

What is Singleton class?

👁 657 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Singleton class control object creation, limiting the number to one but allowing the flexibility to create more objects if the situation changes.