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 implicit pointer in c++?
When do we run a shell in the unix system? How will you tell which shell you are running?
How do I make turbo c++ full screen?
what Is DCS ? what i will get benefit when i did?
Write a code/algo to find the frequency of each element in an array?
What is the auto keyword good for in c++?
What is the difference between ++ count and count ++?
5. Can inline functions have a recursion?
What is a multiset c++?
How the V-Table mechanism works?
When the design recommends static functions?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal