Tag: Proxy Pattern

A proxy, in its most general form, is a class functioning as an interface to something else… … …usage of a proxy object is similar to using the real object, because both implement the same interface.

– from Proxy Pattern at Wikipedia