user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 388. What Is The Singleton Design Pattern?

user image

Abhishek Mishra

2 years ago

The Singleton design pattern is based on the concept of restricting the instantiation of a class to one object. Say one object needs to perform the role of a coordinator between various instances of the application that depend on a common object, we may design an application using a Singleton. Usage of Singleton patterns is common in Banking, Financial and Travel based applications where the singleton object consists of the network related information.

Recent Doubts

Close [x]