Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 320 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 320 Bytes

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.