Software Design Patterns and Principles - Part 11 (Proxy Design Pattern)
Other Parts of This Series: Part 10: Software Design Patterns and Principles - Part 10 (Facade Design Pattern) Part 12: Software Design Patterns and Principles - Part 12 (Command Design Pattern) Proxy Design Pattern (Photo Credit: Level Up Coding) In this series, we try to explore software design patterns and principles. We will try to learn the well-known OOP design patterns one by one. In this part, we try to explore the proxy design pattern. ...