Question d’entretien chez ESPN

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

Réponse à la question d'entretien

Utilisateur anonyme

10 août 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