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
Is there any difference between int [] a and int a [] in c++?
Is c++ double?
Explain Text Manipulation Routines?
Is c++ still in demand?
What is math h in c++?
Comment on assignment operator in c++.
Explain abstraction.
What is a map in c++?
What is the difference between equal to (==) and assignment operator (=)?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Can we change the basic meaning of an operator in c++?
What are the 4 types of library?
What is c++ map?
Can class objects be passed as function arguments?
What are the various storage classes in C++?