Link Search Menu Expand Document
Last updated: Dec 08, 22 20:13 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 4 examples of interaction patterns and describe their distinguishing characteristics
  • Draw a picture or give an example to illustrate each one

Important Dates:

Lecture Slides:

Activities:

Resources


© 2022 Jonathan Bell, Adeel Bhutta and Mitch Wand. Released under the CC BY-SA license