Home
C++ Tutorial
Language Basics
Data Types
Operators statements
Array
Development
Exceptions
Function
Structure
Class
Operator Overloading
Pointer
File Stream
template
STL Introduction
string
vector
list
bitset
set multiset
valarray
queue stack
deque
map multimap
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Binary search
STL Algorithms Sorting
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Iterator
STL Algorithms Heap
STL Algorithms Helper
multiple base classes « Class « C++ Tutorial
C++ Tutorial
Class
multiple base classes
9.19.multiple base classes
9.19.1.
An example of multiple base classes.
9.19.2.
multiple inheritance with employees and degrees
9.19.3.
multiple inheritance with English Distances
9.19.4.
Multiple Inheritance to have the features from both parent
9.19.5.
Resolving Ambiguity in Case of Multiple Inheritance Involving Common Base Classes
9.19.6.
Multiple Inheritance in both private and public way
9.19.7.
In cases of multiple inheritance: Constructors are called in order of derivation, destructors in reverse order
9.19.8.
Multiple inheritance example