Design Patterns III
Learning Objectives
- Match the following design patterns to their descriptions
- chain of responsibility
- command
- interpreter
- iterator
- mediator
- memento
- observer
- state
- strategy
- template
- visitor
- Identify the most applicable design pattern(s) for a scenario
How to Complete this Lesson
Complete the following learning activities: (1–1.25 hours total)
- Read the following from Tutorialspoints.com’s Design Patterns Tutorial: (30–45 minutes)
- Attend the class meeting
(60 minutes)
- Complete the handout (after class if necessary)
Due
As a reminder, the following is due this lesson:
Resources
Videos
- Chain of Responsibility (6 minutes)
- Command (9 minutes)
- Observer (6 minutes)
- State (7 minutes)
- Template (7 minutes)