Skip to content

Commit

Permalink
Update index.md iluwatar#324
Browse files Browse the repository at this point in the history
  • Loading branch information
mikulucky committed Dec 30, 2015
1 parent 7b323e9 commit dec5ff2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions delegation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- Difficulty-Beginner
---

**Also known as:** Proxy Chains
**Also known as:** Proxy Pattern

**Intent:** It is a technique where an object expresses certain behavior to the outside but in
reality delegates responsibility for implementing that behaviour to an associated object.
Expand All @@ -23,4 +23,5 @@ reality delegates responsibility for implementing that behaviour to an associate

**Credits**

* [Design Patterns: Elements of Reusable Object-Oriented Software](http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612)
* [Delegate Pattern: Wikipedia ](https://en.wikipedia.org/wiki/Delegation_pattern)
* [Proxy Pattern: Wikipedia ](https://en.wikipedia.org/wiki/Proxy_pattern)

0 comments on commit dec5ff2

Please sign in to comment.