Question: Modify the myProgram ( ) method in your Lab 0 2 Solution class so that it creates an instance of your new jeroo subclass, instead

Modify the myProgram() method in your Lab02Solution class so that it creates an instance of your new jeroo subclass, instead of using Jeroo. Find the declaration where you named and created the plain Jeroo inside myProgram(). Change both the class name Jeroo to the left of the name, and also the class name Jeroo to the right of new to be Harvester instead. You might get "red underlines" indicating a problem until you've changed both names, but just finish changing both.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!