Last updated: Apr 05, 23 09:42 UTC | Permalink
4 - Interaction-Level Design Patterns
Learning Objectives:
This lecture is about common patterns for organizing the communication between classes. These are what are often called “OO Design Patterns”. We will see that using such patterns makes OO code more readable and modifiable.
By the end of this lesson, you should be able to
- Explain how patterns capture common solutions and tradeoffs for recurring problems.
- Give 3 examples of interaction patterns and describe their distinguishing characteristics
- Draw a picture or give an example to illustrate each one
Important Dates:
- Individual Project Deliverable 1 Due Jan 25 by 11am
Lecture Slides:
- Interaction-Level Design Patterns Slides PDF, PPT
Activities:
Resources
- Code Examples from Lecture (zip file)