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 |
What is encapsulation c#?
What does and I oop mean?
any one please tell me the purpose of operator overloading
write a c++ code of diagonal matrix.
what is the difference between <stdio.h>and "stdio.h"?
How to calculate the age from the date of birth by using the program?
Can an interface inherit a class?
Write a program to demonstrate the use of 'Composition' in C++
what is the sylabus for priliminaries?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
why to use template classes in c++?
what is the use of mutable key word