+ 1
What is singleton design pattern
singleton design patterns & it's usage
1 Resposta
+ 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