What are the issues with multiple inheritance using c++?
Anoniem
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