Template Method Flashcards
1
Q
Intent/Purpose
A
Provides a template that delegates some steps to sub classes, which can then be redefined without changing the template structure
2
Q
Specify which operations are hooks (may be overridden
A
Consequence
3
Q
Minimizing primitive operations
A
Implementation
4
Q
Naming conventions
A
Implementation