CPSC 421 OOP Design Pattern Proxy

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