Q1) Define all the given classes and Draw an inheritance relationship between the classes in a best possible way. Q2) Th
Posted: Sun May 15, 2022 12:57 pm
Q1) Define all the given classes and Draw an inheritance relationship between the classes in a best possible way. Q2) The University class should have a list of staff members, use an ArrayList<staffmembers>. All the methods in the university classshould be declared as protected.