First page Back Continue Last page Overview Graphics
Classification of Design Patterns
Purpose - what a pattern does
- Creational Patterns - Concern the process of object creation. (Example: Factory Method)
- Structural Patterns - Deal with the composition of classes and objects. (Examples: Decorator,Strategy)
- Behavioral Patterns - Deal with the interaction of classes and objects. (Example: Iterator)