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 the use of oops?
WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.
What is super in oop?
What is abstract class in oop?
What is memory leak and memory corruption?
What is polymorphism and example?
Can abstract class have normal methods?
What does it mean when someone says I oop?
What is a macro? And how is a macro same as a template?
What is a unary operator?
What is difference between class and object with example?
Program to print 0 to 9 in cross order