Related Design Patterns
Adapter
Both delegate the request to another object
But a Proxy is based on a common interface
Decorator
A Decorator extends functionallity
A Proxy controls functionallity
(End of presentation)