Decorator

Term side of the Card
Topic: Structural Patterns
Unit title: Decorator
Categories: Design pattern
Explanation side of the Card

Explanation: The design pattern that allows for the extension of an object's behavior at runtime. It adds new functionality to an object by wrapping it in another object that provides the added behavior.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub