Answer Posted / kaydee
Of course there is "Virtual Constructor" in design
pattern's world. This is another name of "Factory Method",
a creational design pattern.
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain deep copy?
What are function prototypes?
What are static and dynamic type checking?
What is namespace std; and what is consists of?
Can you overload the operator+ for short integers?
Explain about vectors in c ++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Is c# written in c++?
What is the type of 'this' pointer?
What is the difference between *p++ and (*p)++ ?
What does ctime() do?
What is &x in c++?
Define a nested class.
Ask to write virtual base class code?
Explain the scope of resolution operator.