CIS 407 Week 2 Lab 4 Exercise 13

profilealflco

13.  Create an abstract class called Student.  The Student class includes a name and a Boolean value representing full-time status.  Include an abstract method to determine the tuition, with full-time students paying a flat fee of $2,000 and part-time students paying $200 per credit hour.  Create two subclasses called FullTime and PartTime.  Create an application that demonstrates how to create object of both subclasses.  Create an application that demonstrates how to create objects of both subclasses.  Save the files as Student.java, FullTiim.java, Part-time

    • 10 years ago
    • 20
    Answer(2)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      student.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      week_2_lab_4_exercise_13.zip