搜索资源列表
asdflkasdf
- 通过链表和类继承实现一个简单的通讯录(C++)-through inheritance and class to achieve a simple directory (C)
shape
- 用C++实现一个具体事例,形状作为基类,正方形,三角形等等作为派生类。来体现类的多态性,其中涉及多态,继承,虚函数的使用。-using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.
jicheng
- 继承是面向对象程序设计的基本特征之一,是从已有的类基础上建立新类。继承性是面向对象程序设计支持代码重用的重要机制。-Inheritance is the basic object-oriented programming features, one is from an existing class based on the new class. Inheritance is object-oriented programming support an important mechanism f
combatsystem.rar
- 设计和实现回合制战斗系统Combat,类的继承和派生很好的练习程序。,Design and implementation of turn-based fighting system Combat, class inheritance and derived a good exercise program.
Teacher_Cadre
- 分别定义教师类Teacher和干部类Cadre,采用多重继承的方式由这两个类派生出新类Teacher_Cadre(教师兼干部类)。要求: (1)在两个基类中都包含姓名、年龄、性别、地址、电话数据成员。 (2)在Teacher类中还包含数据成员职称title,在Cadre类中还包含数据成员职务post,在Teacher_Cadre类中还包含数据成员工资wage。 (3)对两个基类中的姓名、年龄、性别、地址、电话数据成员用相同的名字,在访问这类数据成员时,指定作用域。 (4)在
wages
- 用C++写的一个工资管理系统主要对对C++类的继承派生以及多态性的应用-Mainly on the C++ class inheritance and polymorphism of the application using C++ to write a salary management system
people-class
- 类的继承,成人类继承居民类并增加受教育信息,党员类继承成人类,并增加党派-Class inheritance, class inheritance resident adult education classes and increased information, party class inherits adult classes, and increased partisan
Clock_project
- 题目:图形时钟 在屏幕上显示一个图形时钟(用程序绘制一个与时钟样式相似即可),时间与系统时间一致,且要随着时间的走动准确的走动。要求将时针、分针、秒针的特性封装成类,并利用继承关系。-Topic: graphical clock Displays a graphical clock on the screen (with the procedures for drawing a style similar to and clock), time and the system tim
name
- 在VC++6.0开发环境下,运用类的继承方式实现数据的读入、输出。-In the VC++ 6.0 development environment, inheritance implementation using class data read and output.
JavaObject
- 个人在学习java过程的的例子程序,包含类的盛名,创建对象,内部类的使用已经继承,希望能够帮到大家。-Individuals in the process of learning java examples of procedures, including class reputation, to create an object, use inner classes have inherited, hoping to help everyone.