Added usage reason for Adapter pattern.

Fixes #3.
This commit is contained in:
Ian Dinwoodie
2022-04-07 14:51:06 -04:00
parent 84454492cf
commit 006f3f3e4e

View File

@@ -895,7 +895,7 @@ hunter.hunt(wildDogAdapter); // Output: *wild dog bark*
#### When To Use #### When To Use
TODO When you need to make an object compatible with the interface of another class.
### 🚡 Bridge ### 🚡 Bridge