Skip to content

Commit 9ae6629

Browse files
committed
Update README.md
1 parent 13e6589 commit 9ae6629

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ Intent: Specify the kinds of objects to create using a prototypical instance, an
1818

1919
##Singleton
2020
Intent: Ensure a class only has one instance, and provide a global point of access to it.
21+
22+
##Adapter
23+
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.

0 commit comments

Comments
 (0)