Srikanth Anantharam
Srikanth Anantharam's Blog

Srikanth Anantharam's Blog

Follow
homeWesumebadges
Tag

Singleton Design Pattern

#singleton-design-pattern

More content

Read more stories on Hashnode


Articles with this tag

Converting any class into a Singleton class in C++

Aug 31, 20234 min read

Singleton is one of the creational design patterns. A singleton class has only one instance and provides a global point of access to that instance....

Converting any class into a Singleton class in C++