Object Oriented Design
Proxy pattern, we identified some different reasons touse Proxy. Match the type of proxy to its bestdefinition.
Proxy acts as a local interface to a networked subject via amessaging interface
[ Choose] RemoteProxy Protection Proxy Virtual Proxy Smart Reference Proxy
Proxy controls access to subjects or subject methods
[ Choose] RemoteProxy Protection Proxy Virtual Proxy Smart Reference Proxy
Proxy includes additional actions when subjects are referenced,such as reference counting
[ Choose] RemoteProxy Protection Proxy Virtual Proxy Smart Reference Proxy
Proxy only creates an expensive to create subject when it isneeded
[ Choose] RemoteProxy Protection Proxy Virtual Proxy Smart Reference Proxy
Object Oriented Design Proxy pattern, we identified some different reasons to use Proxy. Match the type of proxy to its
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am