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

Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


How are pointers type-cast?

0 Answers   iNautix,


What will happen if a pointer is deleted twice?

0 Answers   Agilent, HAL,


How many characters are recognized by ANSI C++?

0 Answers   Hexaware, NIIT,


What is c++ best used for?

0 Answers  






What is the difference between mutex and binary semaphore?

0 Answers  


What are the various oops concepts in c++?

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


Define token in c++.

0 Answers  


What are c++ templates used for?

0 Answers  


What methods can be overridden in java?

0 Answers  


Categories