Answer Posted / som shekhar
Multiton pattern is similar to singleton pattern but it
keeps the named instances in a key value pair.
In singleton pattern, the class will have only one instances
but in the multiton pattern it manages a map of named instances.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using const reference arguments in a function?
Define a constructor - what it is and how it might be called (2 methods)?
How can you tell what shell you are running on unix system?
How can you create a virtual copy constructor?
Difference between pointer to constant vs. Pointer constant
What is c++ best used for?
Explain function overloading and operator overloading.
What is a class template in c++?
Why is main function important?
What is void pointer in c++ with example?
What happens if a pointer is deleted twice?
What is c++ and its features?
How do you invoke a base member function from a derived class in which you have not overridden that function?
what is data abstraction in C++?
Is multimap sorted c++?