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 std :: flush do?
Can turbo c++ run c program?
What are multiple inheritances (virtual inheritance)?
Define the process of error-handling in case of constructor failure?
What is c++ flowchart?
Describe Trees using C++ with an example.
How can you say that a template is better than a base class?
Explain the virtual inheritance in c++.
What return value must conversion operators have in their declaration?
What do you mean by translation unit in c++?
When does a 'this' pointer get created?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is c++ course?
What is c++ runtime?
What are the types of array in c++?