Science, asked by Ridhima5140, 1 year ago

What are the limitations of singleton design pattern in c++?

Answers

Answered by nayakbhagabanapcr576
1
C++ Singleton design pattern. Example of a C++ Singleton class design pattern. This design pattern and methodology ensures that only one instance of the C++ class is instantiated. It assures that only one object is created and no more.
Similar questions