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 |
Is python written in c or c++?
Where must the declaration of a friend function appear?
Do the parentheses after the type name make a difference with new?
what is meaning of isa and hsa
Which is the best c++ compiler for beginners?
When does a name clash occur in c++?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
What is long in c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What do you mean by late binding?
Out of fgets() and gets() which function is safe to use and why?
Differentiate between a constructor and a method in C++.