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 does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is runtime polymorphism in c++?
What is c++ library?
Is main a class in c++?
How can I learn c++ easily?
Is linux written in c or c++?
what is C++ objects?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is math h in c++?
What is the cout in c++?
Why do we use vector in c++?
Why cstdlib is used in c++?
What are the benefits of oop in c++?
Why do we use constructor?