Update README.md
This commit is contained in:
@ -21,3 +21,6 @@ Intent: Ensure a class only has one instance, and provide a global point of acce
|
||||
|
||||
##Adapter
|
||||
Intent: Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.
|
||||
|
||||
##Bridge
|
||||
Intent: Decouple an abstraction from its implementationso that the two can vary independently.
|
||||
|
Reference in New Issue
Block a user