Introduction - If you have any usage issues, please Google them yourself
The staff of the unit are managed, including the functions of inserting, deleting, searching, sorting and so on.
Requirements: the staff members include name, sex, year of birth, working year, education, job, address, telephone and other information.
(1) a new employee: the new workers' object is deposited into the data file of the staff and workers.
(2) delete a worker: delete a worker's object from the data file of the staff and workers.
(3) inquiries: from the workers' data files, inquire about the workers in accordance with certain conditions.
(4) modification: to retrieve the object of a worker and modify some of its attributes.
(5) sort: to sort the worker object files according to some kind of needs (two methods, such as bubbling, selection, insertion sort, etc.).