Pregunta de entrevista de ESPN

What are the issues with multiple inheritance using c++?

Respuesta de la entrevista

Anónimo

10 ago 2009

In C++, a class may be derived from more than one base class which a derived class inherits the members of two or more base classes. This powerful capability encourages interesting forms of software reuse but can cause a variety of ambiguity problems

1