How to construct muliton object

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


Please Help Members By Posting Answers For Below Questions

What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

807


What is runtime polymorphism in c++?

684


What is c++ library?

688


Is main a class in c++?

641


How can I learn c++ easily?

712






Is linux written in c or c++?

664


what is C++ objects?

772


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

774


Can the creation of operator** is allowed to perform the to-the-power-of operations?

662


What is math h in c++?

690


What is the cout in c++?

658


Why do we use vector in c++?

688


Why cstdlib is used in c++?

679


What are the benefits of oop in c++?

694


Why do we use constructor?

712