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 you pass a vector to a function?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Differentiate between a pointer and a reference with respect to c++.
What is a "Copy Constructor"?
What is "strstream" ?
What is the extension of c++?
Is c++ free?
What programming language should I learn first?
Why is c++ still popular?
Differentiate between declaration and definition.
Give 2 examples of a code optimization?
What is std namespace in c++?