What is virtual destructor? Why?
Answer Posted / mugdha taru
virtual destructor are those who can not override while
redefining derived class.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is a function in oop?
Why is static class not inherited?
What is the point of polymorphism?
what is graphics
What is a class and object?
Write a program to sort the number with different sorts in one program ??
What is the difference between encapsulation and polymorphism?
What is the advantage of oop over procedural language?
What are the 4 main oop principles?
What makes a language oop?
Where is pseudocode used?
How to call a non virtual function in the derived class by using base class pointer
What is destructor give example?
why reinterpret cast is considered dangerous?