Answer Posted / rani
No, we cannot have virtual constructor. Because constructor
is usually use to create instance of a class and we cannot
make it virtual.
| Is This Answer Correct ? | 47 Yes | 2 No |
Post New Answer View All Answers
Which c++ compiler is best?
Write a program which employs Recursion
What are the two types of comments, and how do they differ?
Are iterators pointers?
What is the keyword auto for?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is meaning of in c++?
What is vector processing?
What is a forward referencing and when should it be used?
What is cout flush?
What is the difference between an enumeration and a set of pre-processor # defines?
What is &x in c++?
What is purpose of new operator?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
program explaining feautures of c++