Sobes.tech
Junior — Middle

To which category of design patterns does the template method belong?

sobes.tech AI

Answer from AI

The Template Method pattern belongs to the category of behavioral design patterns. It defines the skeleton of an algorithm in a base class, allowing subclasses to override certain steps of the algorithm without changing its overall structure.