- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Student Management System Class Diagram describes the structure of a Student Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Student Management System are Student, Fees, Logins, Profiles, Cources, Exams.
Classes of Student Management System Class Diagram:
- Student Class : Manage all the operations of Student
- Fees Class : Manage all the operations of Fees
- Logins Class : Manage all the operations of Logins
- Profiles Class : Manage all the operations of Profiles
- Cources Class : Manage all the operations of Cources
- Exams Class : Manage all the operations of Exams
Classes and their attributes of Student Management System Class Diagram:
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Fees Attributes : fee_id, fee_course_id, fee_amount, fee_total, fee_payment, fee_type, fee_description
- Logins Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
- Profiles Attributes : profile_id, profile_name, profile_type, profile_description
- Cources Attributes : course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
- Exams Attributes : exam_id, exam_student_id, exam_roll_number, exam_date exam_name, exam_type, exam_description
Classes and their methods of Student Management System Class Diagram:
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Fees Methods : addFees(), editFees(), deleteFees(), updateFees(), saveFees(), searchFees()
- Logins Methods : addLogins(), editLogins(), deleteLogins(), updateLogins(), saveLogins(), searchLogins()
- Profiles Methods : addProfiles(), editProfiles(), deleteProfiles(), updateProfiles(), saveProfiles(), searchProfiles()
- Cources Methods : addCources(), editCources(), deleteCources(), updateCources(), saveCources(), searchCources()
- Exams Methods : addExams(), editExams(), deleteExams(), updateExams(), saveExams(), searchExams()
Class Diagram of Student Management System :
Class Diagram Image: