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

Is python written in c or c++?

0 Answers  


Where must the declaration of a friend function appear?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


what is meaning of isa and hsa

1 Answers  


Which is the best c++ compiler for beginners?

0 Answers  


When does a name clash occur in c++?

0 Answers  


write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement

4 Answers  


What is long in c++?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


What do you mean by late binding?

0 Answers  


Out of fgets() and gets() which function is safe to use and why?

0 Answers  


Differentiate between a constructor and a method in C++.

0 Answers   Tech Mahindra,


Categories