搜索资源列表
OperatorDemo
- C++中,通过虚函数实现运行时多态的实例源码,很不错的vc源码,推荐!-In C++, virtual functions to achieve by running an instance of polymorphism source, very good vc source, recommended!
CPP-inheritance-and-polymorphism
- 详解C++中的继承,虚函数与多态,及其相对应的示例-Sep inheritance in c++, virtual function and polymorphism, and corresponding sample
test2
- c++类和多态的使用,随机生成图形并且计算图形的面积-c++ classes and the use of polymorphism, randomly generated graphics and calculate the area of graphics
class
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序.-Classical syntax and application of C++, class preparation and application of the constructor and destructor, function overloading, class inheritance, function coverage, the base clas
b
- 动物运动会实验报告的源代码项目,基于C++编写,目的主要是让C++编程爱好者掌握“指针”的概念,理解链表的结构特点;掌握动态空间的使用,熟练包含指针成员的类的实现;实践OOP中的继承性及多态性并体会其优点 -The Animal Games experimental report source projects, write based on C++, the main purpose of grasp the concept of the " pointer" is to l
yuangongxinchou
- 多态性是面向对象程序设计一个重要特征,本实验继续应用C++类的继承机制,同时要求应用C++类的动态多态性和运算符重载的知识,要求重点掌握虚函数(包括纯虚函数)的概念及其应用以及自定义类完成员工薪酬计算程序。中的运算符重载。-Polymorphism is an important object-oriented programming features, the experiment continue to apply C++ class inheritance mechanisms, bu
lesson-2
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Inheri
plural-adder
- VC与C++开发基础1 3操作符重载实现编译多态——复数的加法运算-VC and C++ development foundation 13 compiler operator overloading to achieve polymorphism- plural adder
cPPexample
- c++的各种例子,例如继承,重载,容器,迭代子,vector,多态,模版,虚函数,友元,指针,作用于等等,超级多的例子,每个例子都是用中文标识,对学习c++的朋友很有帮助。-Various examples of c++, such as inheritance, overloading, containers, iterators, vector, polymorphism, templates, virtual functions, friend, pointer, acting, etc.
Demo
- VC 基础培训例程,C基础,类,多态,继承经典的培训资料-VC based training routines, C basis, class, polymorphism, inheritance classical training materials
Demo2
- VC 基础培训例程,C基础,类,多态,继承经典的培训资料,同时与VB比较,适合多平台学习的同学-VC based training routines, C basis, class, polymorphism, inheritance classical training materials, at the same time compared with VB, suitable for multi-platform learning of students
Polymorphism
- Polymorphism using c-Polymorphism using c++