Answer Posted / girish audichya
Virtual destroctor needed to delete the occupied space by
derived class using base class
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is difference between pop and oop?
What is oops?what is its use in software engineering?
Is data hiding and abstraction same?
officer say me - i am offered to a smoking , then what can you say
What is the example of polymorphism?
Whats oop mean?
What is the main feature of oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is polymorphism what are the different types of polymorphism?
What is abstraction example?
What are the 5 oop principles?
How do you define a class in oop?
What are classes oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }