Sollicitatievraag bij ESPN

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

Antwoord op sollicitatievraag

Anoniem

10 aug 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