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 |
How long to learn object oriented programming?
What is the purpose of enum?
sir plz send me a set of questions that been frequently held in written examination during campus selection.
What is the difference between abstraction and polymorphism?
What is the concept of object oriented program?
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
Why it is called runtime polymorphism?
what i oops concept, how many languages supports oops concept?
Get me an image implementation program.
What is solid in oops?
What is polymorphism what is it for and how is it used?
Describe what an Interface is and how it?s different from a Class.