Explain virtual destructor?


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

Post New Answer

More C++ General Interview Questions

Is c++ double?

0 Answers  


What is a manipulator in c++?

0 Answers  


What is oops in c++?

0 Answers  


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

0 Answers  


Define pointers?

0 Answers  






What is the Difference between "C structure" and "C++ structure"?

12 Answers  


What is increment operator in c++?

0 Answers  


Describe linked list using C++ with an example.

0 Answers  


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


What is c++ code?

0 Answers  


What is the difference between new() and malloc()?

0 Answers  


How can we access protected and private members of a class?

0 Answers  


Categories