Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a class called Fruit that has four instance private variables: Name : of type string Country : of type string : The country from

image text in transcribed
Create a class called Fruit that has four instance private variables: Name : of type string Country : of type string : The country from which is imported : Price : of type double Quantity: of type integer : the available quantity of the fruit. The class should also include the following methods: 1. A constructor with parameters for the different instances variables. 2. A default constructor 3. A set method to update the Price 4. 3 set methods to update respectively the name, country and quantity, 5. Four get methods to get respectively the value of each instance variable Create a program that tests the class Fruit described in the previous question, as follow: 1. Create three objects named Mango, Apple and Orange of type Fruit : Name Mango Apple Orange Country India Italia Tunisia Price 0.95 0.8 Quantity 100 150 200 2. Display the different instance variables of the Fruit Orange. 3. Update the price of the fruit Mango to the value 1.5 4. Display the total number of Fruits. 5. Display the different instance variables of the Fruit Mango

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_2

Step: 3

blur-text-image_3

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

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Shamkant B. Navathe

7th Edition Global Edition

1292097612, 978-1292097619

More Books

Students also viewed these Databases questions

Question

Has the team been empowered to prioritize the issues?

Answered: 1 week ago

Question

b. Does senior management trust the team?

Answered: 1 week ago

Question

c. How is trust demonstrated?

Answered: 1 week ago