Update index.md #324

This commit is contained in:
Joseph McCarthy 2015-12-30 18:26:32 +00:00
parent 7b323e9cb4
commit dec5ff22fc

View File

@ -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.
@ -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)