Back to Browse

Composite Pattern - DESIGN PATTERNS (C#/.NET)

4.2K views
Mar 27, 2021
13:55

Learn about the composite pattern, which is a structural design pattern that allows clients to treat a collection of objects in the same way as a single object. I also demonstrate how to support nested composites and show off a more advanced composite implementation. Design patterns are important for implementing object-oriented designs and adhering to SOLID principles. Understanding these fundamental patterns helps software developers build clean and maintainable applications. TIMESTAMPS: 0:00 - Pattern Introduction 1:51 - Demo Introduction 2:46 - Why I Need a Composite 3:53 - Creating the Composite 4:45 - Using the Composite 6:07 - Nested Composites 7:28 - Advanced Composite 13:03 - Conclusion SOURCE CODE: https://github.com/SingletonSean/design-patterns-csharp OTHER LINKS: Become a Member: https://www.youtube.com/channel/UC7X9mQ_XtTYWzr9Tf_NYcIg/join Donations: https://www.paypal.com/biz/fund?id=UBZCZWX2UVWJE

Download

0 formats

No download links available.

Composite Pattern - DESIGN PATTERNS (C#/.NET) | NatokHD