Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

number 3 only object with a radius of 0. Display the results in a GUI interface immediately after creating each object. Upload Circle.java, Sphere, java

number 3 only image text in transcribed
object with a radius of 0. Display the results in a GUI interface immediately after creating each object. Upload Circle.java, Sphere, java and testSphere.java Create a program that has an abstract class called Insurance with fields for the insurance company's name, policy number, and cost per month. Write get and set methods for all fields. Write a default constructor that sets the Insurance Company name to "Daffy Duck Insurance" sets the policy number to "11111," and the cost per month to $100.00. Include an abstract method called calcYearlyFee(). Create a subclass for Health Insurance that includes a prescription cost data field. Write a constructor for the Health Insurance that accepts the insurance company name, the policy number, the cost per month, and the prescription cost as arguments. Calculate the yearly fee based on the cost per month * 12 months and the prescription cost * 12 months. Write any other needed methods. Create a class for Car Insurance that includes a deductible data field. Write a constructor for the Car Insurance that accepts the insurance company name, the policy number, the cost per month, and the deductible as arguments. Calculate the yearly fee based on the cost per month * 12 months. Write any other needed methods. Write a program that creates objects of these two subclasses and displays the formation. Upload all the files. Using Password.java, revise it to be sure at least one lowercase letter and uppercase letter are part of the password entered by the user. Password.java when done

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

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

More Books

Students also viewed these Databases questions