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
Why c++ is called oop?
What are c++ tokens?
Can manipulators fall in love?
What is a namespace in c++?
Why is c++ difficult?
Is std :: string immutable?
Is c++ double?
Is c the same as c++?
Can a program run without main in c++?
What is scope resolution operator in c++ with example?
What is array in c++ pdf?
What is public, protected, private in c++?
How does a C++ structure differ from a C++ class?
Write a struct time where integer m, h, s are its members?
Is c++ still being used?