CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - polymorphism c

搜索资源列表

  1. Inheritance_in_C++

    0下载:
  2. This program describes the concept of polymorphism in C++. Example of Inheritance is given in this code
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:Muzammil
  1. virtual

    0下载:
  2. 用c++实现虚函数和多态性质,对于初学者很有帮助。-Using c++ virtual functions and polymorphism to achieve quality, helpful for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:15.52kb
    • 提供者:王一
  1. duotaixingyuxuhanshu

    0下载:
  2. 多态性与虚函数多个程序对C++初学者有很大帮助-Polymorphism and virtual functions more programs on C++ very helpful for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.36kb
    • 提供者:打哈
  1. 1

    0下载:
  2. 1职工类的设计 基于C++中类的概念,类的封装,继承和抽象。编写一个Person的基类包含共有的相关信息和操作,然后使职工类都继承于此基类从而实现多态。职工有教师、管理员、助手、教师兼助手、教师兼管理员 2应用类的设计 编写一个Person类的友元类College类来实现添加,删除,查找等功能。 3文件的读写设计 通过College类中的Save()函数来实现数据的存储,保存在Person.dat中,而通过Load()函数来实现Person.dat数据的读入。 4 系统的
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.72mb
    • 提供者:云卷云舒
  1. Cke-hou-da-an

    0下载:
  2. c++中类对象,继承与派生、多态性与虚函数章节的程序,课后答案及注意问题,详细解释-c++ class object, inheritance and derived polymorphism and virtual functions section of the program, after-school answer, and attention problems, explained in detail
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:531.4kb
    • 提供者:zhaozhao
  1. VCPPwnlsrc

    0下载:
  2. VC/C++源码,其它分类,Appwizard   C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、   析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,   引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,   每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.83mb
    • 提供者:李宗浩
  1. cPPtemplates

    0下载:
  2. 程序实现利用c++模板来代替虚函数,从而实现类的静态多态性。-Program c++ template instead of the virtual function in order to achieve the kind of static polymorphism.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:7.42kb
    • 提供者:rjm00
  1. lesson-2

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Classi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:39.81kb
    • 提供者:理想
  1. C-sharpshiyan

    0下载:
  2. 实现C#类的多态性小实验。公司内部员工工资等信息的记录-C# class polymorphism little experiment. Record of the company internal employees wages and other information
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:28.04kb
    • 提供者:李晓苗
  1. Code

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-C++ clas
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:209.18kb
    • 提供者:张媛媛
  1. jicheng

    0下载:
  2. 继承算例,C++的一个关于继承与多态的小程序,初学者很好的学习例子-Inheritance example, C++ the program a small inheritance and polymorphism, beginners learn good example
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:204.32kb
    • 提供者:贾少鹏
  1. animal

    0下载:
  2. 由C++语言编写,示例 animal类,体现父类子类的继承和多态。-By written in C++ language, an example of the Animal class, reflecting the parent class subclass inheritance and polymorphism.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1.05kb
    • 提供者:
  1. Train-tickets

    0下载:
  2. 利用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.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:2.42mb
    • 提供者:Fire
  1. solutons-of-CPP

    0下载:
  2. C++面向对象程序设计课后习题答案,包括类与对象,继承与派生,虚函数与多态性,文件操作,异常处理等-C++ object-oriented programming class the solutions, including classes and objects, inheritance and derived, virtual function and polymorphism, file operations, exception handling, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:895.76kb
    • 提供者:李信
  1. Polymorphism

    0下载:
  2. Polymorphism using c-Polymorphism using c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:Shekhar
  1. CPPxiti

    0下载:
  2. --- --- -c++入门基础练习--------------类的基本概念/静态成员与友元/运算符重载/继承/多重继承和多态性/程序结构与C++的输入输出/模板-------------- C++ Start basic exercises-------------- basic concepts such as/static members and friends of the/operator overloading/inheritance/multiple inheritance and
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:43.68kb
    • 提供者:吴其蔚
  1. template-using-

    0下载:
  2. 模版类的使用,符号重载的使用,是C++多态性的典型例子-Use the template class, use the overloaded symbol, is a typical example of polymorphism C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.01kb
    • 提供者:gjr
  1. Inheritance-and-polymorphism

    0下载:
  2. 初学C++了解继承与多态必看,很有帮助.-Beginners C++ understanding of inheritance and polymorphism must see, very helpful
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2.82mb
    • 提供者:asdf1234
  1. ploymophsm

    0下载:
  2. this program about polymorphism
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:462kb
    • 提供者:danish
  1. C++多态技术的实现和反思

    0下载:
  2. C++多态技术的说明和应用参考实例,专业资料(some examples for polymorphism of C++,just for development, useful.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:18kb
    • 提供者:楚衣
« 12 »
搜珍网 www.dssz.com