Tag: inheritance
1 resource tagged with "inheritance" on StackPractices.
Template Method Pattern
Define the skeleton of an algorithm in a base class, letting subclasses override specific steps without changing the algorithm's structure. A behavioral design pattern.