What is Proxy pattern in Ooad? Simply, proxy means an object representing another object. According to GoF, a Proxy Pattern “provides the control for accessing the original object”. So, we can perform many operations like hiding the information of original Read more…