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 |
Can non-public members of another instance of the class be retrieved by the method of the same class?
How are pointers type-cast?
What will happen if a pointer is deleted twice?
How many characters are recognized by ANSI C++?
What is c++ best used for?
What is the difference between mutex and binary semaphore?
What are the various oops concepts in c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What is object slicing and how can we prevent it?
Define token in c++.
What are c++ templates used for?
What methods can be overridden in java?