How to construct virtual constructor
Answer Posted / richa
Constructors can't be virtual in C++.It is an error.The
destructors on the other hand can be virtual.
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
Define a conversion constructor?
What is the arrow operator in c++?
Explain terminate() function?
How does list r; differs from list r();?
What is a linked list in c++?
program explaining feautures of c++
How do pointers work?
What is the difference between #import and #include?
What is ofstream c++?
Explain the difference between class and struct in c++?
Explain linked list using c++ with an example?
What is the latest version on c++?
What is else if syntax?
When should we use multiple inheritance?
Why is standard template library used?