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 |
What is the difference between c++ and turbo c++?
Can create new c++ operators?
Explain shallow copy?
What is enum c++?
What do you mean by abstraction. Explain your answer?
Why is main an int?
What is the use of lambda in c++?
what is polymorphism?
Can we declare destructor as static? Explain?
When the design recommends static functions?
What is the difference between new() and malloc()?
How much maximum can you allocate in a single call to malloc()?