搜索资源列表
Point
- 虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成
jcydt
- 继承与多态性生成表示学生的类XS,提供成员函数dispXM()、dispXB()和dispNL()分别用来显示姓名、性别和年龄,并将他们全部定义为纯虚函数 生成CZS类表示初中生,包含数据成员xm、xb和nl表示学生的姓名、性别和年龄-Generated, said the students in the class XS, the member function dispXM (), the dispXB () and dispNL () are used to display the nam
duotai-CPP
- 利用虚函数实现的多态性来求四种几何图形的面积之和。这四种几何图形是:三角形、矩形、正方形和圆。几何图形的类型可以通过构造函数或通过成员函数来设置。-The use of virtual functions to find four kinds of polymorphism of the area of geometry. The four geometry are: triangular, rectangular, square and round. Geometr
圆柱
- 编写计算正方体,圆柱体,球体的表面积和体积,要求: 1这三个类要有一个公共的基类。 2 这三个类计算正方体,圆柱体,球体的表面积和体积的成员函数名字相同 3按照运行时的多态性方法设计一个测试主函数,并进行测试。(Written to calculate the cube, cylinder, sphere surface area and volume requirements: 1 the three classes have a common base class. 2 of th
C++Course(下)
- 有关C++学习的一些资料和课件,包括结构、类与对象,继承,虚函数与多态性等(Some courseware and information about C++ learning)