Proxy pattern is used to provide a surrogate or placeholder for another object to control access to it. Let’s learn in detail about this design pattern. Proxy Pattern’s Intent To provide a surrogate or placeholder for another object to control access to it. Also Known As Surrogate Proxy Pattern’s Motivation Sometimes we […]