Reusability and Extensibility:?
- The pattern allows for reusing the general flow of the algorithm (the steps in
the Cook method) while customizing certain steps in different subclasses.
This makes it easy to add new recipes by simply extending the Recipe class
and overriding the abstract steps.
Benefits of the Template Method Pattern: