Skip to content

Commit

Permalink
Created the Bulldozer class.
Browse files Browse the repository at this point in the history
Created the Excavator class.
Created the Truck class.
Created the abstract Machine class.
Created two empty abstract methods and overridden them.
Created an instance of the Machine class and displayed information about the transport through a for-each loop
  • Loading branch information
MaximGolyak committed Oct 4, 2024
1 parent 0990379 commit bd26bf8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/java/core/basesyntax/MainAppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ public static void main(String[] args) {
for (Machine machine : machines) {
machine.doWork();
machine.stopWork();


}

}

}

0 comments on commit bd26bf8

Please sign in to comment.