Skip to content

Simple program to illustrate implementation and benefits of Command Design pattern. Client interacts with just one interface and that is enough to handle all operation and also other devices if implements the same interface.

Notifications You must be signed in to change notification settings

amitashanand/CommandDesignPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommandDesignPattern

Simple program to illustrate implementation and benefit of Command Design pattern. Client interacts with just one interface and that is enough to handle all operation and also other devices if implements the same interface. Additional Undo Operation is very can be implemented rapidly and easily.

About

Simple program to illustrate implementation and benefits of Command Design pattern. Client interacts with just one interface and that is enough to handle all operation and also other devices if implements the same interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages