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 |
Difference between linked list and array?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Is c++ vector dynamic?
What are the different types of polymorphism in c++?
How did c++ get its name?
What are features of c++?
Difference between pointer to constant and constant pointer to a constant. Give example.
Explain the difference between 'operator new' and the 'new' operator?
How the compilers arranges the various sections in the executable image?
What is the purpose of the noexcept keyword?
How a pointer differs from a reference?
What is Name Decoration?