文件名称:person
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
首先设计一个人员类person作为基类,其数据成员为姓名和身份号,
成员函数有输入数据和显示数据;生成person的派生类学生student,
student的数据成员为 电话号和C++成绩,成员函数也是有输入数据和显示数据;
要求大家用三种继承类型分别去实现。(不使用构造函数)
-First to design a staff class of person as the base class data member name and identification number,
Member function of the input data and display data generate person derived class students student,
data member of the student s phone number and C++ results, the member function is the input data and display data
To achieve three types of inheritance, respectively. (Do not use the constructor)
成员函数有输入数据和显示数据;生成person的派生类学生student,
student的数据成员为 电话号和C++成绩,成员函数也是有输入数据和显示数据;
要求大家用三种继承类型分别去实现。(不使用构造函数)
-First to design a staff class of person as the base class data member name and identification number,
Member function of the input data and display data generate person derived class students student,
data member of the student s phone number and C++ results, the member function is the input data and display data
To achieve three types of inheritance, respectively. (Do not use the constructor)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
person.doc