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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Specify which operations are hooks (may be overridden

A

Consequence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Minimizing primitive operations

A

Implementation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Naming conventions

A

Implementation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly