Thursday, August 16, 2018

Introduction To Decorator Design Pattern

Decorator Design pattern is part of Structural Patterns from Gang of Four(GoF) Design patterns.it is a widely used structural Pattern. It dynamically adds the functionality to an object at runtime without affecting the other objects. It adds further answerability to an object by Bundling it.

source https://www.c-sharpcorner.com/Blogs/introduction-to-decorator-design-pattern

No comments:

Post a Comment