Ch09
- Ex9_01 - Using a derived class
- Ex9_02 - Using a function inherited from a base class
- Ex9_03 - Calling a base constructor from a derived class constructor
- Ex9_04 - Using the protected access
specifier
- Ex9_05 - Using a derived class copy constructor
- Ex9_06 - Behavior of inherited functions in a derived class
- Ex9_07 - Using a virtual function
- Ex9_08 - Using a base class pointer to call a virtual function
- Ex9_09 - Using a reference to call a virtual function
- Ex9_10 - Using an abstract class
- Ex9_11 - Using an abstract class with multiple levels of inheritance
- Ex9_12 - Destructor calls with derived classes using objects via a base class pointer
- Ex9_13 - Using a nested class to define a stack
- Ex9_14 - (main project file) Using a nested class to define a stack
- Ex9_15 - (main project file) Implementing an interface class
- Ex9_16 - (main project file) Using a class library in a separate assembly
- Ex9_16lib
- Ex9_17 - Creating and calling delegates
- Ex9_18
- Ex9_19
- Ex9_20
- Ex9_21
- Ex9_22