Each command implies the execution of some action. Create a Command interface with
an execute() method. We'll create a separate class
for each command. All of the command classes must implement (inherit) the Command interface.
Archiver (part 4)
- 16
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet