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 |
How do you flush std cout?
How can you force instantiation of a template?
what is data abstraction in C++?
What is size of empty class object
Define stacks. Provide an example where they are useful.
What is c++ hash?
Is there a new/delete equivalent of realloc?
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
Is it possible for the objects to read and write themselves?
What is using namespace std in c++?
In how many ways we can initialize an int variable in C++?
What is abstract keyword in c++?