Skip to content

FkordJava/jv-oop

This branch is 1 commit ahead of, 1 commit behind mate-academy/jv-oop:master.

Repository files navigation

jv-oop

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