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.