https://github.com/a-cordier/design-pattern-decorator
GOF decorator structural design pattern
https://github.com/a-cordier/design-pattern-decorator
Last synced: 3 months ago
JSON representation
GOF decorator structural design pattern
- Host: GitHub
- URL: https://github.com/a-cordier/design-pattern-decorator
- Owner: a-cordier
- Created: 2014-09-13T12:43:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-13T12:44:21.000Z (almost 11 years ago)
- Last Synced: 2025-02-12T16:18:54.417Z (5 months ago)
- Language: Java
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Decorator pattern
#### A structural pattern
Extend the behavior of an object at runtime, using the precept of "composition over inheritance"
Source code stems from the following UML diagram:
