Update README.md
This commit is contained in:
parent
8725969908
commit
d05de2c387
@ -30,3 +30,7 @@
|
|||||||
|
|
||||||
##Decorator
|
##Decorator
|
||||||
**Intent:** Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.
|
**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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user