Skip to content

Implemented Command, Memento and Proxy pattern to implement DVD inventory system

Notifications You must be signed in to change notification settings

hetang/Command_Memento_Proxy_Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

I have used all above pattern to create movie database. In this functionality, I used memento pattern for storing state of the Inventory. Command pattern used to make operation changable at runtime. Proxy Pattern used to provide virtual view to client where all methods are encapsulated inside Proxy and it is making actual call to diffrent reciever.

About

Implemented Command, Memento and Proxy pattern to implement DVD inventory system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published