Answer Posted / 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 View All Answers
What is the use of data hiding?
How do I write a c++ program?
Explain one method to process an entire string as one unit?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Explain the virtual inheritance in c++.
Why is polymorphism useful?
What is implicit pointer in c++?
Explain class invariant.
Explain the benefits of proper inheritance.
Why #include is used?
Show the application of a dynamic array with the help of an example.
What are member functions used in c++?
Why is "using namespace std;" considered bad practice?
What language does google use?
What does new do in c++?