Skip to content

Commit dec5ff2

Browse files
committed
Update index.md iluwatar#324
1 parent 7b323e9 commit dec5ff2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

delegation/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
- Difficulty-Beginner
1010
---
1111

12-
**Also known as:** Proxy Chains
12+
**Also known as:** Proxy Pattern
1313

1414
**Intent:** It is a technique where an object expresses certain behavior to the outside but in
1515
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
2323

2424
**Credits**
2525

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

Comments
 (0)