< C++ Programming < Programming Languages < Paradigms < Inheritance
Multiple inheritance

Multiple inheritance is the process by which one class can inherit the properties of two or more classes (variously known as its base classes, parent classes, ancestor classes, or super-classes).

This is shown in more detail in the C++ Classes Inheritance Section of the book.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.