Package design.pattern.behavioural
Interface TemplateMethod
public interface TemplateMethod
TemplateMethod
is used to define the skeleton of algorithm in base class and which can be implemented in steps on the subclassesTemplateMethod
is used to define the skeleton of algorithm in base class and which can be implemented in steps on the subclasses