- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Student Feeback System Class Diagram describes the structure of a Student Feeback System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Student Feeback System are Student, Feedback, Class, Faculty, Teacher, Subject.
Classes of Student Feeback System Class Diagram:
- Student Class : Manage all the operations of Student
- Feedback Class : Manage all the operations of Feedback
- Class Class : Manage all the operations of Class
- Faculty Class : Manage all the operations of Faculty
- Teacher Class : Manage all the operations of Teacher
- Subject Class : Manage all the operations of Subject
Classes and their attributes of Student Feeback System Class Diagram:
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Feedback Attributes : feedback_id, feedback_title, feedback_type, feedback_comment, feedback_description
- Class Attributes : class_id, class_student_id, class_name, class_room, class_type, class_description
- Faculty Attributes : faculty_id, faculty_teacher_id, faculty_name, faculty_room, faculty_type, faculty_description
- Teacher Attributes : teacher_id, teacher_college_id, teacher_name, teacher_mobile, teacher_email, teacher_username, teacher_password, teacher_address
- Subject Attributes : subject_id, subject_course_id, subject_student_id, subject_name, subject_type, subject_description
Classes and their methods of Student Feeback System Class Diagram:
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Feedback Methods : addFeedback(), editFeedback(), deleteFeedback(), updateFeedback(), saveFeedback(), searchFeedback()
- Class Methods : addClass(), editClass(), deleteClass(), updateClass(), saveClass(), searchClass()
- Faculty Methods : addFaculty(), editFaculty(), deleteFaculty(), updateFaculty(), saveFaculty(), searchFaculty()
- Teacher Methods : addTeacher(), editTeacher(), deleteTeacher(), updateTeacher(), saveTeacher(), searchTeacher()
- Subject Methods : addSubject(), editSubject(), deleteSubject(), updateSubject(), saveSubject(), searchSubject()
Class Diagram of Student Feeback System :
Class Diagram Image: