- Create class Machine containing methods
public abstract void doWork()
andpublic abstract void stopWork()
. - Create classes
Truck
,Bulldozer
, andExcavator
that 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
MainApp
class create aMachine
array withTruck
,Bulldozer
, andExcavator
and call methodsdoWork()
andstopWork()
in a loop.
generated from mate-academy/jv-homework-template
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
mate-academy/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