Back to Browse

Proxy Design Pattern

May 3, 2026
4:55

The Proxy design pattern is a structural pattern that provides a placeholder or surrogate object to control access to an original, "real" object. It allows adding functionality—such as lazy initialization, access control, logging, or caching—before or after the request reaches the actual object without modifying the original code.

Download

0 formats

No download links available.

Proxy Design Pattern | NatokHD