Answer Posted / sandeep mannarakkal
Virtual inheritance is used for creating an a class (portion in the derived object ) as first. Once this object portion got created then compiler insert a offset to the remaining portion of the object for identifying the virtual portions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Is string an object in c++?
Can I learn c++ without knowing c?
What is a storage class used in c++?
What is the use of c++ programming language in real life?
Which operator cannot overload?
What is c++ similar to?
What is c++ code?
What does new in c++ do?
What does it mean to declare a member function as virtual?
Can a function take variable length arguments, if yes, how?
What is a loop? What are different types of loops in c++?
Is turbo c++ free?
What are the advantages of using a pointer?
Explain rtti.