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
What is polymorphism programming?
What are classes oop?
What is a class oop?
what is the sylabus for priliminaries?
What is inheritance write a program to show use of inheritance?
What is abstraction with example?
What is and I oop mean?
What is difference between abstraction and encapsulation?
What is the difference between a constructor and a destructor?
What is polymorphism used for?
What is a function in oop?
What is polymorphism and its types?
Are polymorphisms mutations?
What is the oops and benefits of oops programming?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer