Design Patterns II
Reading
Tutorialspoints.com’s Design Patterns Tutorial
- Adapter Pattern
- Bridge Pattern
- Composite Pattern
- Decorator Pattern
- Facade Pattern
- Flyweight Pattern
- Proxy Pattern
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