You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,6 @@ Intent: Specify the kinds of objects to create using a prototypical instance, an
18
18
19
19
##Singleton
20
20
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