Proxy pattern

Proxy pattern is one of the structural design patterns As the name indicates, this pattern is used to define a proxy for a real object. We know that proxy means, something in place of other thing or just a representation of something else. Let’s understand Proxy Pattern in this way We have some heavy object […]

Share this article on