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 polymorphism in oops?
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
What does I oop mean?
What normal C constructs work differently in C++?
Can we have a private virtual method ?
Is react oop?
write knight tour problem which is present in datastructure
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
What is constructor in oop?
What does and I oop mean?
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
Why we are use # in begning of programme of c++.