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

Define linked lists with the help of an example.

554


Which is best ide for c++?

569


What is meaning of in c++?

672


List different attributes in C++?

643


What is ios :: in in c++?

636






Why would you use pointers in c++?

623


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2016


What do you mean by const correctness?

628


How would you use qsort() function to sort an array of structures?

724


Will a catch statement catch a derived exception if it is looking for the base class?

559


Describe linked list using C++ with an example.

649


Explain "const" reference arguments in function?

615


What do you understand by a pure virtual member function?

548


How would you find out if a linked-list is a cycle or not?

553


Why are pointers not used in c++?

628