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 object?
Is c++ fully object oriented?
What are the rules for naming an identifier?
What is the role of copy constructor in copying of thrown objects?
Does a derived class inherit or doesn't inherit?
Write a program to add three numbers in C++ utilizing classes.
What is searching?
Are vectors faster than arrays?
what is oops
How Virtual functions call up is maintained?
Which ide is best for c++?
Explain all the C++ concepts using examples.