class people//人员基类 { protected: int number;//编号 char name[20];//姓名 char sex[4];//性别 int age;//年龄 public: void show() { cout