What is the relationship between delegate, proxy and adapter patterns?
Posted
by Siegfried
on Stack Overflow
See other posts from Stack Overflow
or by Siegfried
Published on 2010-05-04T04:00:22Z
Indexed on
2010/05/04
4:08 UTC
Read the original article
Hit count: 294
design-patterns
What is the relationship between delegate, proxy and adapter patterns? It seems they are all similar in terms of doing something on behalf of another object.
Can anyone summarize the relationship and difference between these 3 patterns? Thanks!
© Stack Overflow or respective owner