[Solved]-Question 2 35 Points Programming Define Class Schoolemplovee Fields Firstname Lastname Of Q37186414
PLEASE HELP WITH THE UML CLASS DIAGRAM AND THE CODE TO RUN THANKYOU!!!

Question 2 (35 points). Programming Define a class SchoolEmplovee with Fields of FirstName, LastName, OfficeNumber, Organization and a set of set/get methods. It also has a method, Work, which just print out a simple sentence, “EirstNametLastName works for UHCL” Define a new class, Faculty, extends SchoolEmplovee, by adding a new field QfficeHour, and new related get/set method, override the Work method and make it print out a new sentence, EirstNametLastName works for UHCL at QfficeHour. Define a new class, DepartmentChair, extends Faculty, by adding a new field Department, and new related get/set method, override the Work method and make it print out a new sentence, “FirstNametLastName works for UHCL at QfficetHour. He chairs the department of Department”. Design a test class to test above classes. Critical thinking: use UML class diagrams to model the above relationship. Please refer to the book. Show transcribed image text Question 2 (35 points). Programming Define a class SchoolEmplovee with Fields of FirstName, LastName, OfficeNumber, Organization and a set of set/get methods. It also has a method, Work, which just print out a simple sentence, “EirstNametLastName works for UHCL” Define a new class, Faculty, extends SchoolEmplovee, by adding a new field QfficeHour, and new related get/set method, override the Work method and make it print out a new sentence, EirstNametLastName works for UHCL at QfficeHour. Define a new class, DepartmentChair, extends Faculty, by adding a new field Department, and new related get/set method, override the Work method and make it print out a new sentence, “FirstNametLastName works for UHCL at QfficetHour. He chairs the department of Department”. Design a test class to test above classes. Critical thinking: use UML class diagrams to model the above relationship. Please refer to the book.
Expert Answer
Answer to Question 2 (35 points). Programming Define a class SchoolEmplovee with Fields of FirstName, LastName, OfficeNumber, Orga… . . .
OR

