Answer Posted / swetcha
Virtual inheritance is used to avoid multiple copies of a
base class in a multiple-inherited object. However, there
are cases where multiple copies of a base are needed in a
derived class. In such cases, virtual inheritance is
intentionally avoided
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is rtti in c++?
What is iterator c++?
What causes a runtime error c++?
What is the use of structure in c++?
What is the difference between a type-specific template friend class and a general template friend class?
What are the classes in c++?
What is the basic structure of a c++ program?
What are the implicit member functions of class?
What is static in c++?
What is extern c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is function overloading c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What do you mean by late binding?
What is the function of I/O library in C++ ?