<<< Proxy UML | Index | Proxy Types >>> |
Typically,
One instance of the complex object is created
Multiple proxy objects are created
All proxy objects contain a reference to the single original complex object...
...any operations performed on a proxy is forwarded to the original object.
Once all instances of proxies are deleted, the complex object can also be deallocated.
<<< Proxy UML | Index | Proxy Types >>> |