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
What is basic concept of oop?
Give two or more real cenario of virtual function and vertual object
write a program that takes input in digits and display the result in words from 1 to 1000
What is the important feature of inheritance?
Explain virtual inheritance?
What is multilevel inheritance in oop?
What is a class in oop?
What are main features of oop?
What language is oop?
What is polymorphism explain its types?
What is oops and its features?
What is coupling in oop?
What is overloading in oops?
What is for loop and its syntax?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?