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
How many types of comments are there in c++?
What is the difference between while and do while loop?
What is c++ & why it is used?
What is ofstream c++?
what are the events occur in intr activated on interrupt vector table
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Is main a class in c++?
What is the use of c++ programming language in real life?
Which one is a preferred language C or C++? Why?
What is #include ctype h in c++?
Is there a c++ certification?
Is multimap sorted c++?
Does c++ support exception handling?
What is c++ prototype?