Proxy
- Describe the four application areas specified for the Proxy pattern.
- State a unifying description of the Proxy pattern that coves all four application areas.
- Distinguish between the intentions of the Proxy and the Adapter patterns.
- Distinguish between the intentions for Proxy and Decorator even though they are structurally similar.
- List potential benefits that can be derived from the Proxy pattern in each of the four application areas.
- Explain the use of Proxy for copy-on-write operations.