UMBC CMSC 202, Computer Science II, Spring 1999,
Sections 0101, 0102, 0103, 0104
17. Inheritance
April 6, 1999
[Previous Lecture]
[Next Lecture]
- Definition of Inheritance
- Benefits of Inheritance
- Single vs. Multiple Inheritance
- Source Code Example: Account / JointAccount (pp. 232-237)
- Protected section
- Use of member initialization list to invoke non-default constructor
of base class
[Previous Lecture]
[Next Lecture]