bn:00889719n
Noun Concept
Categories: Software design patterns
EN
decorator pattern  decorator design pattern  Design Pattern - Decorator
EN
In object-oriented programming, the decorator pattern is a design pattern that allows behavior to be added to an individual object, dynamically, without affecting the behavior of other objects from the same class. Wikipedia
Definitions
Relations
Sources
EN
In object-oriented programming, the decorator pattern is a design pattern that allows behavior to be added to an individual object, dynamically, without affecting the behavior of other objects from the same class. Wikipedia
A design pattern used in object-oriented programming Wikipedia Disambiguation
Design pattern in object-oriented programming Wikidata
A design pattern that attaches additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality. OmegaWiki
A structural (and partitioning) design pattern that allows behaviour to be added to an existing object dynamically. Wiktionary