(本站为飞网专业下载站,域名:down.cfei.net)
资源简介:
#include#include#include#includeusing namespace std;///////////定义Student学生类class Student { public: Student(string stuID="",string ClassID="",string stuName="",string stuSex="男",int stuAge=0);//声明构造函数 void setID(string stuID);//声明公有成员函数 void setClassID(string ClassID);//声明公有成员函数 void setName(string stuName);//声明公有成员函数 void setSex(bool isMale);//声明公有成员函数 void setAge(int stuAge);//声明公有成员函数 string getID();//声明函数getID string getClassID();//声明函数getClas
飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。