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 |
What is a breakpoint?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
How do you generate a random number in c++?
When a function is made inline. Write the situation where inline functions may not work.
How do I make turbo c++ full screen?
Disadvantages of c++
What is the main use of c++?
Write a Program to find the largest of 4 no using macros.
Where do I find the current c or c++ standard documents?
what is the emaning of '#include" "'?
Can we use struct in c++?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?