Lecture 14: Inheritance
Tuesday 03/27, 2007
[Up]
[Previous Lecture]
[Next Lecture]
Assigned Reading: 14
Slides As Shown:
Topics Covered:
- Announced that Midterm Exam I will be returned during discussion
this week.
- Discussed Project 3.
- Reviewed the idea of "genericity" from
previous lecture].
- Disucssed the class derivation mechanism in C++ (see slides above).
We used a Box base class and derived the Cube class from it.
Programs shown: