Login
From:
refactoring.guru
(Uncensored)
subscribe
Template Method
https://refactoring.guru/design-patterns/template-method
links
backlinks
Roast topics
Find topics
Find it!
Template Method is a behavioral design pattern that defines the skeleton of an algorithm in the superclass but lets subclasses override specific steps of the algorithm without changing its structure.