mirror of
https://github.com/JakubVojvoda/design-patterns-cpp.git
synced 2025-12-18 13:24:37 +03:00
update READMEs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## Bridge
|
||||
|
||||
Decouple an abstraction from its implementation so that the two can
|
||||
vary independently.
|
||||
Decouple an abstraction from its implementation so that the two can vary independently.
|
||||
Bridge pattern has structural purpose and applies to objects, so it deals with the composition of objects.
|
||||
|
||||
### When to use
|
||||
|
||||
|
||||
Reference in New Issue
Block a user