You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.