How to construct muliton object

Answers were Sorted based on User's Feedback



How to construct muliton object..

Answer / 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

How to construct muliton object..

Answer / sudhirkature

void main()

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How do you print a string on the printer?

0 Answers  


Is facebook written in c++?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  


What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?

2 Answers   Intel,


What are destructors?

0 Answers  






Define anonymous class.

0 Answers  


How did c++ get its name?

0 Answers  


Will c++ be replaced?

0 Answers  


What is the v-ptr?

0 Answers  


What is the use of default constructor?

0 Answers  


What is the role of C++ shorthand's?

0 Answers   TCS,


1.what is the difference between software & package &application.

1 Answers   Infosys,


Categories