搜索资源列表
Code1
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-err
Lesson2Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-err
duotaixingshiyan
- 多态性实验,强烈建议大家来下载-Polymorphism of the experiment, we strongly recommend you to download
duolei
- 掌握类的继承与派生; (2)学会类的虚拟继承避免多重派生的歧义性; (3)掌握通过虚函数实现多态性的方法; (4)掌握动态绑定的技术。 -(1) master class, inheritance and derived (2) Institute of the virtual class inheritance to avoid the ambiguity of multiple derived (3) control through virtual functio
duotaixingyuxuhanshu
- 多态性与虚函数多个程序对C++初学者有很大帮助-Polymorphism and virtual functions more programs on C++ very helpful for beginners
Feline1
- 基于继承和多态性的python程序,关于动物分类,其中有运行文档-Based on inheritance and polymorphism python program on animal classification, which runs the document
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
exp6
- 学习利用虚函数实现动态多态性。对实验四、五的所有类(Thesis类除外)实现ToString函数,返回类名。设计一个函数GetType返回其中任何一个类的对象的类名(注意不允许重载GetTpye,也就是说GetType只能有一个定义-Learning using virtual functions to implement dynamic polymorphism. Experiment four, five (Thesis except) ToString function returns t
C-sharpshiyan
- 实现C#类的多态性小实验。公司内部员工工资等信息的记录-C# class polymorphism little experiment. Record of the company internal employees wages and other information
comondity
- 主要用java编写定义一个商品类,在此基础上定义了一个食品类和服装子类,利用java的继承和多态性-Definition of a commodity is mainly written in java, defined on the basis of a food and clothing subclass using java inheritance and polymorphism
CBase
- 一个简单的程序,用于实现面向对象的多态性,即通过virtual实现的-A simple procedure for achieving the object-oriented polymorphism, i.e. through the virtual
Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-C++ clas
A-letter-home
- 一封家书。实现类的集成以及多态性,很好的练习题目。实现家书书写版本-A letter home. Achieve integration and polymorphism, practice questions. Letter writing version
Software-Engineer
- 实现类的集成以及多态性表现。提供大家这些方面的一个小练习-Class integration and polymorphic performance. These areas a small practice
zoo
- 动物园动物的分类,实现类的集成以及多态性的应用。仅供大家练习基础-Classification of zoo animals to achieve integration and polymorphism. We only practice based on
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