C++ Constructors Question:
Download Questions PDF

What is virtual constructor?

Answer:

A constructor of a class can not be virtual and if causes a syntax error.

Download C++ Constructors Interview Questions And Answers PDF

Previous QuestionNext Question
What is Virtual destructors?What is constructor in C++?