Libraries: template method - behavioral design pattern

 

template method - behavioral design pattern:

define the skeleton of an algorithm in an operation, deferring some steps to subclasses. template method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure

Author: DMITRII PECHERITSA