Template Method Flashcards
1
Q
Intent
A
Define the skeleton of an algorithm in an operation, deferring some steps to sublclasses.
2
Q
A template method defines __________ in terms of ____________ operations that __________ override to provide concrete behaviour
A
algorithms, abstract, subclasses