#template-method-pattern
Read more stories on Hashnode
Articles with this tag
Intent Define the skeleton of an algorithm in the superclass and defer (postpone) some steps to the subclass. The template method lets subclasses...