mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-17 00:25:54 +00:00
Update README.md
This commit is contained in:
@@ -24,3 +24,6 @@
|
|||||||
|
|
||||||
##Bridge
|
##Bridge
|
||||||
**Intent:** Decouple an abstraction from its implementationso that the two can vary independently.
|
**Intent:** Decouple an abstraction from its implementationso that the two can vary independently.
|
||||||
|
|
||||||
|
##Composite
|
||||||
|
**Intent:** Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.
|
||||||
|
|||||||
Reference in New Issue
Block a user