- Create class Machine containing methods
public abstract void doWork()
andpublic abstract void stopWork()
. - Create classes
Truck
,Bulldozer
,Excavator
that will inherit fromMachine
. - In those classes override
doWork()
, so it will print message that certain machine started its work. - Override
stopWork()
as well. It should print messages that certain machine stopped its work. - In
MainApp
class createMachine
array withTruck
,Bulldozer
andExcavator
and call methodsdoWork()
andstopWork()
in a loop.
forked from mate-academy/jv-oop
-
Notifications
You must be signed in to change notification settings - Fork 0
SaintZulus/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%