Proxy Design Pattern: Lazy Loading Explained in a Simple Way
Introduction
The Proxy Design Pattern is a structural design pattern that places an intermediate object between the client and the real object.
Instead of accessing the real object directly, the clien
yesamitsingh.hashnode.dev14 min read