2020-Feb Template Method Pattern DefinitionThe template method pattern is used to define the basic steps of an algorithm and allow the implementation of the individual steps to be changed. References http://www.blackwasp.co.uk/gofpatterns.aspx http://www.blackwasp.co.uk/TemplateMethod.aspx Newer Strategy Pattern Older Visitor Pattern