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 |
Where can I run c++ program?
What is runtime errors c++?
Define private, protected and public access control.
What is meant by forward referencing and when should it be used?
Explain the concept of friend function in c++?
What is a breakpoint?
Is overriding possible in c++?
Can you declare an array without a size in c++?
What's the "software peter principle”?
What is the v-ptr?
What is the use of structure in c++?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";