Skip to content

Latest commit

 

History

History

Proxy Pattern

Allows providing a subsititute for another object. The proxy object delegates all the work to the traget object and contains some additional behavior.

Proxy