文件名称:0
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个雇员类employee,该类对象可存储雇员的姓名、编号、生日等信息,要求使用上一题设计的日期类作为对象成员表示生日。雇员类的使用如:
employee a(“Smith”, “10”, 1978, 11, 25)
// 对象a表示雇员Smith,编号为10,1978年11月25日出生
date Today
-Design of an employee-type employee, such objects can store the employee name, number, date of birth and other information, require the use of a title design category as the target date of the birthday of the members. The use of categories of employees such as: employee a (
employee a(“Smith”, “10”, 1978, 11, 25)
// 对象a表示雇员Smith,编号为10,1978年11月25日出生
date Today
-Design of an employee-type employee, such objects can store the employee name, number, date of birth and other information, require the use of a title design category as the target date of the birthday of the members. The use of categories of employees such as: employee a (
(系统自动生成,下载前可以参看下载内容)
下载文件列表
0.cpp