Module 10 Inheritance, Virtual Functions, and PolymorphismTable of ContentsCRITICAL SKILL 10.1:
Module 10 Inheritance, Virtual Functions, and Polymorphism
Table of Contents
CRITICAL SKILL 10.1: Inheritance Fundamentals........................................................................................... 2 CRITICAL SKILL 10.2: Base Class Access Control ............................................................................................ 7 CRITICAL SKILL 10.3: Using protected Members........................................................................................... 9 CRITICAL SKILL 10.4: Calling Base Class Constructors ................................................................................. 14 CRITICAL SKILL 10.5: Creating a Multilevel Hierarchy ................................................................................. 22 CRITICAL SKILL 10.6: Inheriting Multiple Base Classes ................................................................................ 25 CRITICAL SKILL 10.7: When Constructor and Destructor Functions Are Executed...