Template
Term side of the Card
Topic: Behavioral Patterns
Unit title: Template
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that defines the steps of an algorithm in a template method. Subclasses can implement specific steps of the algorithm, while the overall structure remains unchanged, promoting code reuse.