Skip to content

Commit 1250e50

Browse files
committed
add Adapter pattern
1 parent 66684b6 commit 1250e50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ NOTE: stay tune for the rest of the patterns
3535
- [Remote Control with undo](Command/undo/)
3636
- [Remote Control Party Macros](Command/party/)
3737
- [Dinner Order using lambda function](Command/dinnerLambda/)
38+
- [Chapter 7. Adapter](Adapter/)
39+
- [Ducks](Adapter/ducks/)
40+
- [Object Adapter](Adapter/ducks/object_adapter/)
41+
- [Class Adapter](Adapter/ducks/class_adapter/)
42+
- [Iterator to Enumeration Adapter] No equivalent in C++

0 commit comments

Comments
 (0)