Template Method Design Pattern
The Template Method Design Pattern defines the steps of an algorithm and allows subclasses to provide the implementation for one or more steps.
The Template Method Design Pattern defines the steps of an algorithm and allows subclasses to provide the implementation for one or more steps.