Define virtual constructor.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What character terminates all character array strings a) b) . c) END

0 Answers  


Is it possible for a member function to use delete this?

0 Answers  


What is virtual function? Explain with an example

0 Answers  


Explain the different access specifiers for the class member in c++.

0 Answers  


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

0 Answers  






What is the use of structure in c++?

0 Answers  


What is the type of this pointer in c++?

0 Answers  


What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

3 Answers   CTS,


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


What is scope in c++ with example?

0 Answers  


What is constructor and destructor in c++?

0 Answers  


What is c++ iterator?

0 Answers  


Categories