#singleton-design-pattern
Read more stories on Hashnode
Articles with this tag
Introduction This pattern is used when we have to create only 1 instance of the class There are 6 ways to achieve this Eager Lazy Synchronized...