搜索资源列表
Inheritance_in_C++
- This program describes the concept of polymorphism in C++. Example of Inheritance is given in this code
virtual
- 用c++实现虚函数和多态性质,对于初学者很有帮助。-Using c++ virtual functions and polymorphism to achieve quality, helpful for beginners.
duotaixingyuxuhanshu
- 多态性与虚函数多个程序对C++初学者有很大帮助-Polymorphism and virtual functions more programs on C++ very helpful for beginners
1
- 1职工类的设计 基于C++中类的概念,类的封装,继承和抽象。编写一个Person的基类包含共有的相关信息和操作,然后使职工类都继承于此基类从而实现多态。职工有教师、管理员、助手、教师兼助手、教师兼管理员 2应用类的设计 编写一个Person类的友元类College类来实现添加,删除,查找等功能。 3文件的读写设计 通过College类中的Save()函数来实现数据的存储,保存在Person.dat中,而通过Load()函数来实现Person.dat数据的读入。 4 系统的
Cke-hou-da-an
- c++中类对象,继承与派生、多态性与虚函数章节的程序,课后答案及注意问题,详细解释-c++ class object, inheritance and derived polymorphism and virtual functions section of the program, after-school answer, and attention problems, explained in detail
VCPPwnlsrc
- VC/C++源码,其它分类,Appwizard C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、 析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性, 引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中, 每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良
cPPtemplates
- 程序实现利用c++模板来代替虚函数,从而实现类的静态多态性。-Program c++ template instead of the virtual function in order to achieve the kind of static polymorphism.
lesson-2
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Classi
C-sharpshiyan
- 实现C#类的多态性小实验。公司内部员工工资等信息的记录-C# class polymorphism little experiment. Record of the company internal employees wages and other information
Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-C++ clas
jicheng
- 继承算例,C++的一个关于继承与多态的小程序,初学者很好的学习例子-Inheritance example, C++ the program a small inheritance and polymorphism, beginners learn good example
animal
- 由C++语言编写,示例 animal类,体现父类子类的继承和多态。-By written in C++ language, an example of the Animal class, reflecting the parent class subclass inheritance and polymorphism.
Train-tickets
- 利用C++的虚函数为基础的运行时的多态性,考虑在不同层次的类中,同名的成员函数之间的关系问题,编程创建关系。-Use C++ virtual function-based run-time polymorphism, consider the different levels of classes, the same name as the relationship between the member functions, program create the relationship.
solutons-of-CPP
- C++面向对象程序设计课后习题答案,包括类与对象,继承与派生,虚函数与多态性,文件操作,异常处理等-C++ object-oriented programming class the solutions, including classes and objects, inheritance and derived, virtual function and polymorphism, file operations, exception handling, etc
Polymorphism
- Polymorphism using c-Polymorphism using c++
CPPxiti
- --- --- -c++入门基础练习--------------类的基本概念/静态成员与友元/运算符重载/继承/多重继承和多态性/程序结构与C++的输入输出/模板-------------- C++ Start basic exercises-------------- basic concepts such as/static members and friends of the/operator overloading/inheritance/multiple inheritance and
template-using-
- 模版类的使用,符号重载的使用,是C++多态性的典型例子-Use the template class, use the overloaded symbol, is a typical example of polymorphism C++
Inheritance-and-polymorphism
- 初学C++了解继承与多态必看,很有帮助.-Beginners C++ understanding of inheritance and polymorphism must see, very helpful
ploymophsm
- this program about polymorphism
C++多态技术的实现和反思
- C++多态技术的说明和应用参考实例,专业资料(some examples for polymorphism of C++,just for development, useful.)