Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Java Task 1: 10 + 10 + 10 = 30 Points Implement the following classes, each on a separate file: Fruit > -fruitname: String

image text in transcribed

Using Java

Task 1: 10 + 10 + 10 = 30 Points Implement the following classes, each on a separate file: Fruit > -fruitname: String -color: String + Fruit (color: String, fruitname: String) +getFruitname (): String +getColor (): String +setFruitname (fruitname: String): void +setColor (color: String): void + taste (): void (abstract method) Cookable > +how ToCook(): void (abstract method) Pineapple + Pineapple () +toString(): String Pear + Pear ( +toString(): String Now write a test program and create two Pineapple and Pear objects using your own parameters for the data fields. For Pineapple class, the taste() method should display Sour taste. For Pear class the taste() method should display Sweet taste. Then invoke their toString() and howToCook() methods. For Pineapple the howToCook() method should display "Cooking is possible. For Pear the howToCook() method should display Cannot cook. The toString() method should display the values for all the data fields

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Relational Theory Normal Forms And All That Jazz

Authors: Chris Date

1st Edition

1449328016, 978-1449328016

More Books

Students also viewed these Databases questions

Question

2. What are implementation intentions?

Answered: 1 week ago

Question

What is job rotation ?

Answered: 1 week ago

Question

Explain the importance of nonverbal messages.

Answered: 1 week ago

Question

Describe the advantages of effective listening.

Answered: 1 week ago

Question

Prepare an employment application.

Answered: 1 week ago