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

preview_player
Показать описание
A composite pattern is a Structural design pattern.

The main intent of the pattern is to compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.

The previous two videos in this Design Pattern series are:

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