Description: 1 worker kind design
Based on the concept of a class c++, the encapsulation of, inheritance and abstract. Write a Person the base class includes information and operation there, and then make the worker classes inherit in the base class so as to realize the polymorphism. Employees are teachers, administrators, assistant, teacher and assistant, teachers and administrators
2 application kind design
Write a Person kind of a College class to realize the RMB add, delete, search function.
3 the design documents, reading and writing
Through the College in the class of Save () function to perform the data storage, stored in Person. Dat, and through the Load () function to realize Person. Dat data loading.
4 the main functions of the system are as follows:
1, increase worker
2, delete worker
3 ?
To Search:
File list (Check if you may need any files):
教师工资管理系统
................\Assistant.cpp
................\Assistant.h
................\College.cpp
................\College.h
................\Manager.cpp
................\Manager.h
................\Manager_Teacher.cpp
................\Manager_Teacher.h
................\Person.cpp
................\Person.h
................\Teacher.cpp
................\Teacher.h
................\Teacher_Assistant.cpp
................\Teacher_Assistant.h
................\main.cpp
................\test
................\....\Debug
................\....\.....\Assistant.obj
................\....\.....\College.obj
................\....\.....\Manager.obj
................\....\.....\Manager_Teacher.obj
................\....\.....\Person.obj
................\....\.....\Teacher.obj
................\....\.....\Teacher_Assistant.obj
................\....\.....\main.obj
................\....\.....\test.exe
................\....\.....\test.ilk
................\....\.....\test.pch
................\....\.....\test.pdb
................\....\.....\vc60.idb
................\....\.....\vc60.pdb
................\....\Person.dat
................\....\test.dsp
................\....\test.dsw
................\....\test.ncb
................\....\test.opt
................\....\test.plg