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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub