/Virtual-Proxy-Design-Pattern

The virtual proxy design pattern is used to preserve memory from being allotted to an object that may not be used in the future. Until the object is not used, a light copy of the object is created and shown to the user.

Primary LanguageJava

No issues in this repository yet.