Template Method Flashcards

1
Q

Intent

A

Define the skeleton of an algorithm in an operation, deferring some steps to sublclasses.

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

A template method defines __________ in terms of ____________ operations that __________ override to provide concrete behaviour

A

algorithms, abstract, subclasses

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