Question: The solution is JAVA code 1) Create the classes in your Project that you see in UML Class diagram. 2) Create a professor object. professor.prepareExam
The solution is JAVA code
1) Create the classes in your Project that you see in UML Class diagram. 2) Create a professor object. professor.prepareExam professor has prepared examination. (String course will be in the gap). 3) professor.evaluateExam professor has evaluated exam. (String course will be in the gap) 4) professor.arrangeCourseSchedule professor has arranged the courses schedule. professor.reporttoFaculty professor has reported to faculty. 5) Create a staff object. staff.work Staff is working 6) professor.id =any number. professor.teachCourse professor is teaching course. String course will be in the gap. 7) Show id property of the professor object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
