Question: PLEASE ANSWER IN JAVA ECLIPSE, APART OF THE FRUIT CLASS ASSIGNMENT FruitTester 1. Fruittester will contain a main method. Create 8 unique, meaningful fruit objects
PLEASE ANSWER IN JAVA ECLIPSE, APART OF THE FRUIT CLASS ASSIGNMENT

FruitTester 1. Fruittester will contain a main method. Create 8 unique, meaningful fruit objects using the 3 parameter constructor. 2. Place each object into an array. 3. Use the setDescription method to change the description to "100 times better than strawberries" for the last fruit object you created. 4. Print out the contents of each object using the System.out.println statement. Do NOT explicitly invoke the toString method 5. Using a looping constructor (while/for) to invoke and print out the results of a. The isNumberedDescription method for each object in the array b. The numberoffruits method for each object in the array 6. For the first 2 objects you created, print out the result of invoking the isstarchy method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
