CPSC 421 OOP Design Pattern Proxy
Across
- 1. Type of proxy that adds extra behavior when an object is accessed
- 6. Type of proxy that represents an object in a different address space
- 8. Type of proxy that controls access to the original object based on specific permissions
- 9. Type of proxy that filters incoming and outgoing network traffic
Down
- 2. A design pattern that we compared to Proxy
- 3. Type of proxy that stores the results of expensive operations
- 4. Design pattern that preserves the interface of a service while changing its behavior
- 5. Type of proxy that delays the instantiation of an expensive object
- 7. Type of proxy that adds logging functionality to an object's operations