How compiler selects(internally) required overridden
function in inheritance?
Answer Posted / deepthi
By using virtual tables,
when Compiler views virtual in a class declaration then for
each class it creats one virtual table
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
class type to basic type conversion
Can we have inheritance without polymorphism?
What is difference between inheritance and polymorphism?
What does enum stand for?
what are the realtime excercises in C++?
Why do we use inheritance?
What is oops concept with example?
What is inheritance in simple words?
What are constructors in oop?
What is abstraction oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are oops functions?
What is polymorphism and its types?
How do you explain polymorphism?
What is the importance of oop?