write a Java application that implements different types of insurance policies for employees of an organization.   Let Insurance be an abstract superclass and Health and Life two of its subclasses that describe respectively health insurance and life insurance.   The Insurance class defines an instance variable of type String to describe the type of insurance and an instance variable of type double to hold the monthly cost of that insurance.   Implement the get methods for both variables of class Insurance. Declare also two abstract methods named setInsuranceCost() and displayInfo() for this class.   The Life and Health class should implement setInsuranceCost and display methods by setting the appropriate monthly fee and display the information for each insurance type.   Write a driver class to test this hierarchy. This application should ask the user to enter the type of insurance and its monthly fee. Then, will create the appropriate object (Life or Health) and display the insurance information.   As you create each insurance object, place an Insurance reference to each new Insurance object into an array. Each class has its own setInsurance Cost method. Write a polymorphic screen manager that walks through the array sending setInsurance Cost messages to each object in the array and displaying this information on the screen.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 20RQ
icon
Related questions
Question

write a Java application that implements different types of insurance policies for employees of an organization.

 

Let Insurance be an abstract superclass and Health and Life two of its subclasses that describe respectively health insurance and life insurance.

 

The Insurance class defines an instance variable of type String to describe the type of insurance and an instance variable of type double to hold the monthly cost of that insurance.

 

Implement the get methods for both variables of class Insurance. Declare also two abstract methods named setInsuranceCost() and displayInfo() for this class.

 

The Life and Health class should implement setInsuranceCost and display methods by setting the appropriate monthly fee and display the information for each insurance type.

 

Write a driver class to test this hierarchy. This application should ask the user to enter the type of insurance and its monthly fee. Then, will create the appropriate object (Life or Health) and display the insurance information.

 

As you create each insurance object, place an Insurance reference to each new Insurance object into an array. Each class has its own setInsurance Cost method. Write a polymorphic screen manager that walks through the array sending setInsurance Cost messages to each object in the array and displaying this information on the screen.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Developing computer interface
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,