Skip to content

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.

Notifications You must be signed in to change notification settings

mehboobali98/Virtual-Proxy-Design-Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Proxy Design Pattern

The repository contains an implementation of the Virtual Proxy Design Pattern.

Directory Structure

📦Virtual-Proxy-Design-Pattern
 ┣ 📂src
 ┃ ┗ 📂VirtualProxyPattern
 ┃ ┃ ┣ 📜ImageProxy.java
 ┃ ┃ ┣ 📜Main.java
 ┃ ┃ ┣ 📜ProxyImage.java
 ┃ ┃ ┗ 📜RealImage.java
 ┣ 📜.gitignore
 ┣ 📜README.md
 ┗ 📜VirtualProxyPattern.iml

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published