mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 14:58:39 +00:00
Merge branch 'master' of https://github.com/iluwatar/java-design-patterns
This commit is contained in:
@@ -30,3 +30,7 @@
|
||||
|
||||
##Decorator
|
||||
**Intent:** Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.
|
||||
|
||||
##Facade
|
||||
**Intent:** Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user