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
List the special characteristics of constructor.
Define macro.
Explain function overloading and operator overloading.
How will you call C functions from C ++ and vice-versa?
What is data hiding c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
what is data encapsulation in C++?
Is c++ the hardest language?
Explain abstraction.
What is encapsulation in c++ with example?
What is the oldest programming language?
What is an accessor in c++?
Is c++ platform dependent?
How does work in c++?
What are static and dynamic type checking?