...substitute or placeholder for another object. The proxy object either forwards requests to the real object or it implements its own behavior.
##Why Use the Proxy Design Pattern?
There are a number of reasons why you might want to use the proxy design pattern.
* **To control access to an...