Answer Posted / indu
IT'S OVERRIDING A BASE CLASS DEFINITION AT RUN TIME.MEMBER
FUNCTION IN BASE CLASS AND DERIVED CLASS IS SAME. NORMALLY
IT INVOKE THE BASE CLASS DEFINITION IF BOTH FUNCTION NAME
IS SAME.BUT WE NEED TO ACCESS THE DERIVED CLASS DEFINITION
WE GO FOR VIRTUAL FUNCTION
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
How many human genes are polymorphic?
What is ambiguity in inheritance?
Give two or more real cenario of virtual function and vertual object
What does I oop mean?
What is pointer in oop?
What is coupling in oops?
What is abstraction with example?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are oops functions?
What are the data types in oop?
What is use of overloading?
How long to learn object oriented programming?
What is the use of oops?
Why is oop better than procedural?
Why multiple inheritance is not allowed?