What is singleton design pattern | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is singleton design pattern

singleton design patterns & it's usage

20th Apr 2017, 10:15 AM
Prakhar Jain
Prakhar Jain - avatar
1 Answer
+ 7
In software engineering, the singleton pattern is a software design pattern that restricts the instantiation of a class to one object. This is useful when exactly one object is needed to coordinate actions across the system. https://en.m.wikipedia.org/wiki/Singleton_pattern
20th Apr 2017, 10:38 AM
Babak
Babak - avatar