Template Method Design Pattern (An Introduction for .NET Developers [.NET 6 and C# 10])

preview_player
Показать описание
The template method pattern is a behavioral design pattern.

The main intent of the pattern is to define the skeleton of an algorithm in an operation, deferring the implementation of some steps to the subclasses. Template Method lets subclass redefine certain steps of an algorithm without changing the structure of the algorithm.

The previous two videos in this Design Pattern series are:

Рекомендации по теме