虚基类与虚函数的运用
假设全校公选课程4门:Chinese, English, Maths, History
软院公选课程4门:Java, database, data structure, operating system;
管院公选课程4门:Public relationship, international business,
accounting, information management.
jnuStudent的数据成员:姓名、学号、性别,是否已注册,是否有选课,选了几门课,选了什么课。另外3各类应该包含那些数据成员呢?(自己思考)。
reg最好分为两个函数:set_reg和get_reg。
要求写出代码以体现虚基类和虚函数的作用。
假设全校公选课程4门:Chinese, English, Maths, History
软院公选课程4门:Java, database, data structure, operating system;
管院公选课程4门:Public relationship, international business,
accounting, information management.
jnuStudent的数据成员:姓名、学号、性别,是否已注册,是否有选课,选了几门课,选了什么课。另外3各类应该包含那些数据成员呢?(自己思考)。
reg最好分为两个函数:set_reg和get_reg。
要求写出代码以体现虚基类和虚函数的作用。