Jump to content

Decorator pattern

From LabVIEW Wiki
Revision as of 16:52, 30 March 2020 by Logmanoriginal (talk | contribs) (Add new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Decorator pattern is a behavioral design pattern in object-oriented programming that uses an intermediate object (decorator) to statically or dynamically add new behavior to an existing object without affecting the behavior of other objects from the same class.

External links