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 should a contructor handle a failure?

0 Answers  


What is c++ similar to?

0 Answers  


WHAT IS THE ABREVATION OF FORTRAN?

4 Answers  


Have you used MSVC? What do you think of it?

2 Answers   Google,


What is the use of ::(scope resolution operator)?

0 Answers  


Are vectors passed by reference c++?

0 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  


What are the defining traits of an object-oriented language?

0 Answers  


Which is better turbo c++ or dev c++?

0 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


What's the order in which the local objects are destructed?

0 Answers  


What is an inclusion guard?

0 Answers  


Categories