Decorator pattern: Difference between revisions
Appearance
Add new page |
(No difference)
|
Revision as of 16:52, 30 March 2020
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
- LabVIEW Development Best Practices Documents - Decorator (Wrapper) Pattern
- Decorator pattern (Wikipedia)
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |