搜索资源列表
message
- 使用继承的方法,编写最多能输入10个职工信息的信息表, 再根据这个表产生一个职工信息简表, 并利用多态性实现信息的输出。
!实例研究:利用多态性的工资单系统
- 这是研究c++中多太性的实例-c + + are too many examples of
room
- 课程设计分析步骤: I阶段 1. 确定问题中,所涉及到的类 -- class 2. 确定每个类的属性和 操作或行为 -- object 3. 编写类的基本定义及基本接口的实现 II阶段 4. 确定对象间的交互--- 消息的传递 -- message 5. 进一步设计、编写并实现:类的定义及接口 III阶段 6. 完整的OBP实现 IV阶段 7. 结合继承 V阶段 8. 结合多态性 -abcd
Polymorphism_of_the_list
- 基于多态性异质单向链表的学校成员管理程序-Polymorphism of the list based on one-way heterogeneous members of the school management procedures
Management-System-for-student
- 大学人员类的设计 基类,person类,相关的属性自己定义 派生类,student类,teacher类,相关的属性自己定义 Student类和teacher类的属性不相同,利用多态性编辑show函数,可以输出 同类正确的信息。 编辑界面,功能有(1)输入人员(2)删除人员(3)保存人员(4)查询人员 -University staff design the base class type, person type, the attributes related to th