- Create class Machine containing methods
public abstract void doWork()andpublic abstract void stopWork(). - Create classes
Truck,Bulldozer, andExcavatorthat will inherit fromMachine. - In those classes override
doWork(), so it will print a message that a certain machine started its work. - Override
stopWork()as well. It should print messages that certain machines stopped working. - In the
MainAppclass create aMachinearray withTruck,Bulldozer, andExcavatorand call methodsdoWork()andstopWork()in a loop.
forked from mate-academy/jv-oop
-
Notifications
You must be signed in to change notification settings - Fork 0
Rabico/jv-oop
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%