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 do you make derived class as an abstract class?
What is abstraction encapsulation?
what is the sylabus for priliminaries?
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
What is abstract class in oops?
write a c++ code of diagonal matrix.
2. Give the different notations for the class.\
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
What is a unary operator?
What is the real time example of inheritance?
i^=j; j^=i; i^=j; value of i,j