Proxy pattern
- 1st Mar 2018
- 0
- 5534
- how proxy pattern works how proxy pattern works in java proxy pattern in java with example Proxy pattern with an example proxy pattern with example when should we use 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 […]