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 n mean in c++?

633


What is the difference between the functions rand(), random(), srand() and randomize()?

729


What is the standard template library (stl)?

625


What is the full name of logo?

593


Explain the static member function.

711






What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

790


When is the copy constructor called?

635


How many keywords are used in c++?

560


Is java easier than c++?

591


Explain the operation of overloading of an assignment operator.

698


How to access a variable of the structure?

585


What are protected members in c++?

622


Is it possible for a member function to use delete this?

576


How do you establish a has-a relationship?

611


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

749