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
What does catch(…) mean?
How can you create a virtual copy constructor?
What is constructor and destructor in c++?
Explain the difference between overloading and overriding?
Explain terminate() and unexpected() function?
What is a null object in c++?
What is the benefit of c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Can comments be longer than one line?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is c++ programming language?
How do you declare A pointer to a function which receives nothing and returns nothing
Is facebook written in c++?
Do you know the use of vtable?
How can you link a c program with a c function?