Computers and Technology

Create a class named collegecourse 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. save the files as collegecourse. java, labcourse. java, usecourse upload or copy the java file into the dropbox and submit

answer
Answers: 1

Similar questions

Do you know the correct answer?
Create a class named collegecourse that includes data fields that hold the department (cmps), the co...

Questions in other subjects: