Proxy Design Pattern
Introduction
As the name implies, the proxy pattern is a structural pattern that creates a proxy object.
It acts as a placeholder for another object, controlling access to it.
Usually, an object has an interface with several properties/methods tha...
mihirengineer.com2 min read