# worker-management-system-cpp **Repository Path**: leooo-shen/worker-management-system-cpp ## Basic Information - **Project Name**: worker-management-system-cpp - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-10 - **Last Updated**: 2021-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++ 职工管理系统 # worker-management-system-cpp #### 介绍 一个用C++写的简单的职工管理系统。利用多态实现了对employee, manager, boss三类职工的信息管理。实现了退出系统、添加、显示、删除、修改信息、查找、排序、清空文件的功能。 主要练习了C++中的继承封装多台和分文件编写。.h中做声明,.cpp中做具体实现。