Proxy pattern
Function
The Proxy is a class that works as an interface to access the services provided by another class. In this sense we can say that the Proxy delegates the received service requests to the real class that offers such services.
The Proxy is a class that works as an interface to access the services provided by another class. In this sense we can say that the Proxy delegates the received service requests to the real class that offers such services.