CS 4448 - Spring 1998
Object-Oriented Programming and Design
Lecture 9.1
Future Homework ideas
- A SmallTalk programming assignment that uses existing classes.
Good for experience in reuse. Other option is a C++ reuse assignment
using templates.
- A bigger design that I give too you and you prototype. Mostly
through the use of stub methods. Do you prefer doing the design yourself?
Hand-out and discussion of HW#7
Continue going over good and bad design issues.
Chapter 8 Error Handling
- Approaches - Passive Vs. Active
- throw and catch in C++
- try
- terminate and unexpected
- P259, Figure 8.12 standard exception class diagram
Chapter 9 Inheritance
- This should just be a review.
Adam Jonathan Griff,
computer@griffmonster.com
Copyright © University of Colorado. All rights reserved.
Revised: March 10, 1998