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 virtual function?where and when is it used?
difine hierarchical inheritance.
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
What is the problem with multiple inheritance?
What is inheritance and how many types of inheritance?
What is oops?what is its use in software engineering?
The type of variable a pointer points to must be the part of pointer's definition so that:
write knight tour problem which is present in datastructure
What is an object?
What does oop mean in snapchat?
what is the difference between ERROR and EXCEPTION?
What is the difference between C++ and java?