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 |
Can bst contain duplicates?
Why and when is a virtual destructor needed?
why we are declare the function in the abstract class even though we are declaring it in Derived class?
What is polymorphism used for?
what is the use of template classes in c++
2. Give the different notations for the class.\
What is cohesion in oop?
what is main difference between object oriented object base
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Is data hiding and abstraction same?
Which is the parameter that is added to every non-static member function when it is called?
Why is polymorphism important in oop?