Lecture 5 - Slide 4 : 40
Examples of inheritance: Constructors and destructors
We show examples of constructors and destructors related to inheritance
Constructors and single inheritance - C++11 initialization syntax.
Constructors and multiple inheritance.
Constructors and multiple inheritance - implicit activation of default constructor in Base.
Constructors and multiple inheritance - order of construction and destruction.
Constructors and multiple inheritance - base classes are re-ordered.
Attempting to inherit constructors - problems.
Attempting to inherit constructors - success.