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 the importance of oop?
What are main features of oop?
What do you mean by abstraction?
What does I oop mean?
Write a program to reverse a string using recursive function?
Are polymorphisms mutations?
What is the real time example of inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is object in oop?
What is difference between multiple inheritance and multilevel inheritance?
What are the components of marker interface?
What does enum stand for?
What are the advantages of polymorphism?
What causes polymorphism?
Can a destructor be called directly?