Question: JAVA PROGRAMMING: Create an abstract class called Student which includes the following for each student: Name Status (full time, part time) Telephone Then implement an

JAVA PROGRAMMING:

Create an abstract class called Student which includes the following for each student:

Name

Status (full time, part time)

Telephone

Then implement an abstract method which determines the amount paid by the student which varies between full time and part time students.

Create two child classes and call them FullTimeStudent and PartTimeStudent.

Show how your code works by creating objects of the two child classes and display the data fields for each object.

You should have four files:

Student.java

FullTimeStudent.java

PartTimeStudent.java

TestStudent.java

Add extra methods if you feel it is necessary and provide a screenshot of the output of your code.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!