How to construct muliton object
Answers were Sorted based on User's Feedback
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 do I use turbo c++?
Does improper inheritance have a potential to wreck a project?
What are containers in c++?
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
How can you force instantiation of a template?
What is the best c++ compiler?
What are the main differences between C and C++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Is structure can be inherited?
What is the difference between a definition and a declaration?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What are 2 ways of exporting a function from a dll?