How compiler selects(internally) required overridden
function in inheritance?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Program to read a comment string
Why u change company?
What does and I oop mean in text?
create a c++ program that will ask 10 numbers and display their sum using array.
What is a linked list?
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
What are the features of oop?
What does the keyword "static" mean?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
How is exception handling carried out in c++?
What is the real life example of polymorphism?
Does c++ support multilevel and multiple inheritance?