How compiler selects(internally) required overridden
function in inheritance?

Answers were Sorted based on User's Feedback



How compiler selects(internally) required overridden function in inheritance?..

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 compiler selects(internally) required overridden function in inheritance?..

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

Post New Answer

More OOPS Interview Questions

How do you make derived class as an abstract class?

1 Answers   Convergys, TCS,


What is abstraction encapsulation?

0 Answers  


what is the sylabus for priliminaries?

0 Answers  


me get an assignent n its question is this 1.creat a set as in math i.ea={1,2} 2.insert element in it3. delete element don,t repeat any element 4.union 5. intersection of two sets plz help me i always pray for u n send me at ayeshawzd@hotmail.com f u have c++ how to program 5th addition then it is the 10.9 question in 10th chapter exercise

1 Answers  


What is abstract class in oops?

0 Answers  


write a c++ code of diagonal matrix.

2 Answers  


2. Give the different notations for the class.\

0 Answers  


What is OOPS and How it is different from Procedural Programming ?

23 Answers   HP, Infosys, Thyrocare,


A file pointer always contains the __________ of the file

5 Answers  


What is a unary operator?

5 Answers  


What is the real time example of inheritance?

0 Answers  


i^=j; j^=i; i^=j; value of i,j

1 Answers  


Categories