源码简介: |
一个简单的学员信息管理系统实现以下功能 用到了工厂方法设计模式及模板采用继承结构学员信息管理 功能: 1.学员信息入档 --学员可操作功能 2.学员登录 --学员可操作功能 3.查询学员个人信息 --学员可操作功能 4.查询所有学员信息 --教员可操作功能 5.删除学员信息 --管理员可操作功能 教员信息管理 功能: 1.教员信息入档 --管理员可操作功能 2.教员登录 --教员可操作功能 3.查询教员个人信息 --教员可操作功能 4.查询所有教员信息 --管理员可操作功能 5.删除教员信息 --管理员可操作功能 课程信息管理 功能: 1.课程信息录入 --管理员可操作功能 2.学员选课 --学员可操作功能 3.教员查询所授课程信息 --教员可操作功能 4.查询所有课程信息 --学员可操作功能-A simple student information management systemAchieve the following functions use the factory method design pattern and templateInheritance structureStudent Information Management Features: Student information into the file- the operational capabilities of trainees 2.Student Login- Students operational function 3 inquiries Student s personal information- students operable Query all participants- teachers operational function Delete student information- administrator operable function Faculty information management Features: Faculty information into the file- administrator operable function&
|