Answer Posted / rekha
many times child class wants to modify the functionality
exposed by base class.It means child classesare interested
in overriding some functionality of base class in order to
achieve different behavior
function overriding means having functions with same name
with same signature but in parent child relationship different
implementation
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
write a C++ program for booking using constructor and destructor.
Can private class be inherited?
What is balance factor?
What is purpose of inheritance?
Why is object oriented programming so hard?
What is the use of oops?
What does it mean when someone says I oop?
How to call a non virtual function in the derived class by using base class pointer
What is destructor in oop?
What is encapsulation example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is encapsulation in ict?
What is stream in oop?
Why do we need oop?