/design-pattern-proxy

Today, I will discuss another structural design pattern - Proxy Design Pattern. Proxy means an object functioning as another object.

Primary LanguageJava