Skip to content

Commit 784041b

Browse files
authored
add full adapter 🎍
1 parent 7c909a5 commit 784041b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Adapter/Readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
1010
<p><img src="https://www.codeproject.com/KB/architecture/774259/extracted-png-image2.png" width="482" height="375"></p>
1111
12-
<b>ITarget</b>: This is the interface which is used by the client to achieve functionality.<o:p>
13-
<b>Adaptee</b>: This is the functionality which the client desires but its interface is not compatible with the client.<o:p>
14-
<b>Client</b>: This is the class which wants to achieve some functionality by using the adaptee’s code.
15-
<b>Adapter</b>: This is the class which would implement ITarget and would call the Adaptee code which the client wants to call.
12+
<b>ITarget</b>: This is the interface which is used by the client to achieve functionality.<br>
13+
<b>Adaptee</b>: This is the functionality which the client desires but its interface is not compatible with the client.<br>
14+
<b>Client</b>: This is the class which wants to achieve some functionality by using the adaptee’s code.<br>
15+
<b>Adapter</b>: This is the class which would implement ITarget and would call the Adaptee code which the client wants to call.<br>
1616

1717
<h3>My C# implementation</h3>
1818

0 commit comments

Comments
 (0)