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.
How do you define a class in oop?
What is variable example?
What is interface? When and where is it used?
What is difference between abstraction and encapsulation?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is overriding vs overloading?
How do you define social class?
What do you mean by variable?
Why is destructor used?
What is encapsulation c#?
What exactly is polymorphism?
What is class in oop with example?
What is ambiguity in inheritance?
Why is there no multiple inheritance?