Skip to content
walker edited this page Aug 7, 2016 · 1 revision
  1. Proxy Pattern: provides a surrogate or placeholder for another object to control access to it.
  2. Use the Proxy Pattern to create a representative object that controls access to another object, which may be remote, expensive to create or in need of securing.
Clone this wiki locally