Template Method - Design Pattern
Objective 🎯
Defines the skeleton/structure of how an algorithm should be executed in the superclass letting the subclasses to override specific steps of the implementation without changing the main structure.
Type ✅
✔️Behavioral: Describes how objec...
victorlins.hashnode.dev3 min read