选课系统UML图
2022-06-25 16:34:58 0 举报
作业
作者其他创作
大纲/内容
Data
# user_id : string# account : string# password : string
+ write_data() : void+ read_data() : void+ print_data() : void
menu
- p1 : Account- st : Student_OptionalCourse- te : Teacher_OptionalCourse
Account
# account_student_type : int = 1# account_teacher_type : int = 2# d : Data*# n : int
Student_OptionalCourse
- over_course : int*- over_num : string*- course : OptionalCourse*- over_person : int
OptionalCourse
- person : int- total_person : int- number : int- course_hours : int- teaching_hours : int- practice_hours : int- credits : float- name : string- course_nature : string- course_semester : string
Teacher_OptionalCourse
- data : OptionalCourse*- a : Account- course_num : int
ManagerData
0 条评论
下一页