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 interface in oop?
Is enum a class?
What is inheritance and how many types of inheritance?
What is coupling in oops?
How long to learn object oriented programming?
What is encapsulation in oops?
What does <> mean pseudocode?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
How to improve object oriented design skills?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is abstract class in oop?
What is a class in oop?
Why is polymorphism important in oop?
What are the three main types of variables?
write a program that takes input in digits and display the result in words from 1 to 1000