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: delegation/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tags:
9
9
- Difficulty-Beginner
10
10
---
11
11
12
-
**Also known as:** Proxy Chains
12
+
**Also known as:** Proxy Pattern
13
13
14
14
**Intent:** It is a technique where an object expresses certain behavior to the outside but in
15
15
reality delegates responsibility for implementing that behaviour to an associated object.
@@ -23,4 +23,5 @@ reality delegates responsibility for implementing that behaviour to an associate
23
23
24
24
**Credits**
25
25
26
-
*[Design Patterns: Elements of Reusable Object-Oriented Software](http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612)
26
+
*[Delegate Pattern: Wikipedia ](https://en.wikipedia.org/wiki/Delegation_pattern)
27
+
*[Proxy Pattern: Wikipedia ](https://en.wikipedia.org/wiki/Proxy_pattern)
0 commit comments