Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please provide explanation for each line to understand. it does require it to be done in 3 separate files. it needs to be in java.

image text in transcribed

please provide explanation for each line to understand. it does require it to be done in 3 separate files. it needs to be in java.

Create a class named co llegecourse that includes data fields that hold the department (CMPS), the course number (1302), the credit hours (3), and the fee for the course ($360). All of the fields are required as arguments to the constructor, except the fee, which is calculated at $120 per credit hour. Include a display () method that displays the course data. Create a subclass (child class) named Labcourse that adds $50 to the course fee for lab material. Override the parent display () method to indicate that the course is a lab course and to display the updated course fee. Write an application name Usecourse that prompts the user for course information. If the user enters a class in any of the following departments (BIOL, CHEM, CMPS, PHYS), create a Labcourse; otherwise create a Collegecourse. Then display the course information

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

Creating A Database In Filemaker Pro Visual QuickProject Guide

Authors: Steven A. Schwartz

1st Edition

0321321219, 978-0321321213

More Books

Students also viewed these Databases questions