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

Показать описание
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:
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: