Question: I need right answer for this please 3.16 LAB: Course information (derived classes) Given main0, define a course base class with methods to set and
I need right answer for this please





3.16 LAB: Course information (derived classes) Given main0, define a course base class with methods to set and get private fields of the following types: - String to store the course number - String to store the course title. Define course's Printinfo0 method that outputs the course number and title. Then, define a derived class offeredCourse with methods to set and get private fields of the following types: - String to store the instructor's name - String to store the location - String to store the class time Ex. If the input is: ECE28? Digital systems Design ECF.387 Embedded systems besign Mark Patterson wilson Hall 231 ECE287 Ligitel Systems Design ECE.387 Embedded systems Design Mark patterson wilsen Hall 231 E : 2-3:30 pm the output is: Course Information: Course Number: ECE287 Course Title: Digital Systems Design Course Information: Ccurse Number: ECE 387 Course Title: Embedded Systens Design Instructor Name: Mark Patterson Location: Wilson Hal1 231 Class Time: WF: 2-3:30 pm Current file: OfferedCourse.java - Load default template... When done developing your program, press the Submit for grading button below. This will submit your program for auto-grading. Current file: OfferedCourse.java - Load default template ] When done developing your program, press the Submit for grading button below. This will submit your program for auto-grading. When done developing your program, press the Submit for grading button below. This will submit your program for auto-grading
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
