August 2020
Beginner to intermediate
653 pages
16h 55m
English
Unlike some other object-oriented languages, C++ lets a class have more than one base class. This feature is known as multiple inheritance. Several other languages permit a single base class and introduce a variety of mechanisms for pseudo-inheritance, such as Java interfaces and Ruby mix-ins and modules. Multiple inheritance in C++ is a superset of all these other behaviors.