Programming to be used: Java Instructions: Develop a UML class diagram for the following situations. Your diagram should be able to specify correctly the following: Class Name, Attributes with their corresponding data type and visibility, Methods with their corresponding data type. Use the text editor or MS word to present your answers. Scenarios: 1. The university wants you to design an enrollment system. One of the classes to be considered is class STUDENT. A student during registration can have his ID number. Information about the student (eg. First name, middle name, middle initial, contact number, address, birthday) are asked and stored in the system. These information, however, can be edited. After the registration/admission, a student can enroll subjects, can add subjects and can drop subjects. 2. The same University asks you to design a Human Resource Information System. This is a system that records information and generates reports about the employees in the university. Each employee has ID number, First Name, Middle name, Last Name, Designation/position, Start of Employment(date), department, Civil status, birthday, nationality and religion. These information can be edited. An employee can apply for a leave(sick leave of vacation leave), and can be sent to seminar.
Programming to be used: Java
Instructions: Develop a UML class diagram for the following situations. Your diagram should be able to specify correctly the following: Class Name, Attributes with their corresponding data type and visibility, Methods with their corresponding data type. Use the text editor or MS word to present your answers.
Scenarios:
1. The university wants you to design an enrollment system. One of the classes to be considered is class STUDENT. A student during registration can have his ID number. Information about the student (eg. First name, middle name, middle initial, contact number, address, birthday) are asked and stored in the system. These information, however, can be edited. After the registration/admission, a student can enroll subjects, can add subjects and can drop subjects.
2. The same University asks you to design a Human Resource
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images