JAVA
Some College wishes to implement a system that managesstudents’ records. Among other objects, the requirements documentof the system outlines Student and TeachingStaff as the key objectsrequired by the system.
Using UML class diagram, describe how object-orienteddevelopment can be useful on creating the Student and TeachingStaffobjects. Assume that both objects have id and name attributes andonly the TeachingStaff can add the students’ marks. Write sourcecodes, in Java programming language, to define the classes andtheir relationships, as depicted in the class diagram whilemaintaining the underlying principles of inheritance.
Expert Answer
An answer will be send to you shortly. . . . .