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 |
Why do C++ compilers need name mangling?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Can we use this pointer in a class specific, operator-overloading function for new operator?
Can a program run without main function?
What is bubble sort c++?
Can we define a constructor as virtual in c++?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
When do we run a shell in the unix system? How will you tell which shell you are running?
What is the role of copy constructor in copying of thrown objects?
Is there structure in c++?
How to create a reference variable in C++
Are iterators pointers?