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
Write about the various sections of the executable image?
Is c++ the hardest programming language?
What is virtual destructor ans explain its use?
Is c++ double?
What is meant by a delegate?
Why we use #include iostream in c++?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Describe private, protected and public?
Is main a class in c++?
What is a local reference?
Explain the difference between static and dynamic binding of functions?
What is a linked list in c++?
What are static member functions?
Explain the use of vtable.
What does std mean in c++?