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

What is a breakpoint?

0 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


How do you generate a random number in c++?

0 Answers  


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


How do I make turbo c++ full screen?

0 Answers  






Disadvantages of c++

8 Answers   HCL,


What is the main use of c++?

0 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


Where do I find the current c or c++ standard documents?

0 Answers  


what is the emaning of '#include" "'?

5 Answers  


Can we use struct in c++?

0 Answers  


What is optimization in c++? when using volatile.optimization is not possible..what does this mean?

1 Answers  


Categories