Closed seanngja closed 2 days ago
Command class contains abstract run() method but is not indicated in DG's commands class diagrams. Current diagrams do not show that the run() method is being overrided by the various commands that inherit from the abstract command class.
run()
From code:
From DG:
Command class contains abstract
run()
method but is not indicated in DG's commands class diagrams. Current diagrams do not show that therun()
method is being overrided by the various commands that inherit from the abstract command class.From code:
From DG: