-
Notifications
You must be signed in to change notification settings - Fork 0
proxy
walker edited this page Aug 7, 2016
·
1 revision
- Proxy Pattern: provides a surrogate or placeholder for another object to control access to it.
- 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.