Design Patterns II
Learning Objectives
- Match the following design patterns to their descriptions
- adapter
- bridge
- composite
- decorator
- facade
- flyweight
- proxy
- Identify the most applicable design pattern(s) for a scenario
How to Complete this Lesson
Complete the following learning activities: (2 hours total)
- Read the following from Tutorialspoints.com’s Design Patterns Tutorial: (30 minutes)
- Attend the class meeting (60 minutes)
Resources
Videos
- Introduction to Design Patterns (13 minutes)
- Adapter (5 minutes)
- Composite (7 minutes)
- Decorator (12 minutes)
- Facade (7 minutes)
- Proxy (7 minutes)