- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
School Registration System Class Diagram describes the structure of a School Registration System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the School Registration System are Classes, Teachers, Cources, Schools, Students, Registrations.
Classes of School Registration System Class Diagram:
- Classes Class : Manage all the operations of Classes
- Teachers Class : Manage all the operations of Teachers
- Cources Class : Manage all the operations of Cources
- Schools Class : Manage all the operations of Schools
- Students Class : Manage all the operations of Students
- Registrations Class : Manage all the operations of Registrations
Classes and their attributes of School Registration System Class Diagram:
- Classes Attributes : class_id, class_student_id, class_name, class_room, class_type, class_description
- Teachers Attributes : teacher_id, teacher_college_id, teacher_name, teacher_mobile, teacher_email, teacher_username, teacher_password, teacher_address
- Cources Attributes : course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
- Schools Attributes : school_id, school_name, school_type, school_description
- Students Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Registrations Attributes : registration_id, registration_student_id, registration_course_id, registration_name, registration_type, registration_number, registration_date, registration_description
Classes and their methods of School Registration System Class Diagram:
- Classes Methods : addClasses(), editClasses(), deleteClasses(), updateClasses(), saveClasses(), searchClasses()
- Teachers Methods : addTeachers(), editTeachers(), deleteTeachers(), updateTeachers(), saveTeachers(), searchTeachers()
- Cources Methods : addCources(), editCources(), deleteCources(), updateCources(), saveCources(), searchCources()
- Schools Methods : addSchools(), editSchools(), deleteSchools(), updateSchools(), saveSchools(), searchSchools()
- Students Methods : addStudents(), editStudents(), deleteStudents(), updateStudents(), saveStudents(), searchStudents()
- Registrations Methods : addRegistrations(), editRegistrations(), deleteRegistrations(), updateRegistrations(), saveRegistrations(), searchRegistrations()
Class Diagram of School Registration System :
Class Diagram Image: