Skip to content

CyberDogFK/jv-oop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jv-oop

  • Create class Machine containing methods public abstract void doWork() and public abstract void stopWork().
  • Create classes Truck, Bulldozer, Excavator that will inherit from Machine.
  • 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 Main class create Machine array with Truck, Bulldozer and Excavator and call methods doWork() and stopWork() in a loop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%