搜索资源列表
C++basicclass
- c++基本类使用以及操作。对初学者很有帮助,启发面向对象思想-c use of the basic group and the operation. For beginners helpful, instructive object-oriented thinking
person
- 设计一个基类Person。通过该类保存人员的最基本信息:姓名(Name)、年龄(Age)和性别(Gender)。然后使用该类派生出工人类Worker和学生类Student,在其中添加各自的特性,如在Student类中添加如下信息:院系(department)、专业(speciality)和学号(number)等,在Worker类中添加如下信息:部门(department)和工作(job)等。最后,由于职工大学学员不仅是学生,而且在社会上