Question: Use Eclipse to write the following program in Java. Then submit three .java files as instructed below for grading: CourseInformation.java, Course.java, and OfferedCourse.java. Your code

Use Eclipse to write the following program in Java. Then submit three .java files as instructed below for grading: CourseInformation.java, Course.java, and OfferedCourse.java. Your code will be tested with several sets of input data to ensure there are no logic errors. You can submit multiple times prior to the due date. Remember to include your name and the purpose of the program in the documentation.

Given main(), define a Course base class with methods to set and get the courseNumber and courseTitle. Also define a derived class OfferedCourse with methods to set and get instructorName, term, and classTime.

Ex. If the input is:

ECE287 Digital Systems Design ECE387 Embedded Systems Design Mark Patterson Fall 2018 WF: 2-3:30 pm 

the output is:

Course Information: Course Number: ECE287 Course Title: Digital Systems Design Course Information: Course Number: ECE387 Course Title: Embedded Systems Design Instructor Name: Mark Patterson Term: Fall 2018 Class Time: WF: 2-3:30 pm

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!