Answer Posted / 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 |
Post New Answer View All Answers
What is the type of 'this' pointer? When does it get created?
Can a function take variable length arguments, if yes, how?
What is else syntax in c++?
What is anonymous object in c++?
Is atoi safe?
What is the difference between an array and a list?
Explain overriding.
Show the declaration for a static member variable.
Which field is used in c++?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
When do we run a shell in the unix system? How will you tell which shell you are running?
What is the first name of c++?
How can I improve my c++ skills?
Explain how functions are classified in C++ ?
What are arrays c++?