What about Virtual Destructor?



What about Virtual Destructor? ..

Answer / guest

Virtual Destructor can be called at runtime and respected
destructor function will be called depending upon the type
of object calling to.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C++ General Interview Questions

Where can I run c++ program?

0 Answers  


What is runtime errors c++?

0 Answers  


Define private, protected and public access control.

0 Answers  


What is meant by forward referencing and when should it be used?

0 Answers  


Explain the concept of friend function in c++?

0 Answers  






What is a breakpoint?

0 Answers  


Is overriding possible in c++?

0 Answers  


Can you declare an array without a size in c++?

0 Answers  


What's the "software peter principle”?

0 Answers  


What is the v-ptr?

0 Answers  


What is the use of structure in c++?

0 Answers  


Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";

7 Answers   CTS,


Categories