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 |
Which is the best c++ compiler for beginners?
What is null pointer and void pointer?
Explain explicit container.
Difference between overloading vs. Overriding
What is the use of structure in c++?
Explain the uses of static class data?
Explain how an exception handler is defined and invoked in a Program.
What is c++ hiding?
Define what is constructor?
Explain rtti.
Explain all the C++ concepts using examples.
Is there any function that can skip certain number of characters present in the input stream?