CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 多态性

搜索资源列表

  1. c++试验

    0下载:
  2. vc+环境下的面向对象编程.介绍了类的定义,封装性,继承性和多态性,以及模板的有关应用.-vc environment of object-oriented programming. Introduced a class definition, encapsulation, inheritance and polymorphism, the templates and applications.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3.4kb
    • 提供者:闵若琼
  1. rjgcqbxt

    0下载:
  2. 第十章 1、 说明对象、类、类结构、消息的基本概念? 答:对象:是客观实体在问题域中的抽象。 类:具有相似或相同性质的对象的抽象就是类。 类结构:类的结构通常有一般----具体(分类结构)整体---抽象(组装结构) 消息:对象之间通信的构造。 2、 面向对象的特征和要素? 答:特征:一致性、多态性、分类性、继承性。要素:共享、封装、抽象。 -a Chapter 10, Note objects, classes, class structure, the basi
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9.9kb
    • 提供者:gogl
  1. MultiForm

    0下载:
  2. 是用c++的多态性写的时钟程序。可以用来作为多态性教学的例程,同时也有一定的使用性,值得初学者用心阅读
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:董昕
  1. ch16

    0下载:
  2. 教学目的: 要求理解继承的本质含义以及在面向对象技术中的重要性,能正确声明两个类的继承关系;理解多态性和虚函数的概念,了解抽象类的功能。 二、教学重点: 继承的实现以及多态性的实现。 三、教学难点: 虚函数(多态性)的工作原理,抽象类的概念。-Teaching Objective: To request the essence of understanding the meaning of inheritance and object-oriented technolo
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:106.33kb
    • 提供者:新奇
  1. coe

    0下载:
  2. 单核苷酸多态性(SNPs)数据与全基因组关联研究 COE:凸优化的上位性检测算法 -Single nucleotide polymorphisms (SNPs) data and genome-wide association study COE: convex optimization epistasis detection algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:795.54kb
    • 提供者:yaojunjie
  1. 5

    0下载:
  2. 应用多态设计学生类,了解基类成员在派生类中的访问控制,了解虚函数对多态性的支持。 -Application of design of students, understand the base class members in a derived class of access control, understanding of polymorphism virtual function of support.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:723byte
    • 提供者:刘文杰
  1. ning

    0下载:
  2. 1.掌握面向对象的多态性:方法重载和方法覆盖的区别 2.掌握this、super、final、static等关键字的用法 -1. Grasp the object-oriented polymorphism: method overloading and method of covering the difference between 2. Grasp this, super, final, static, etc. the use of keywords
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:972byte
    • 提供者:孙佳佳
  1. Polymorphism--

    0下载:
  2. 多态性是面向对象程序设计的关键技术之一。若程序设计语言不支持多态性,不能称为面向对象的语言。利用多态性技术,可以调用同一个函数名的函数,实现完全不同的功能。 -Polymorphism of object-oriented programming is one of key technologies. If the programming language does not support polymorphism can not be called object-oriented lang
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:458.05kb
    • 提供者:linlin
  1. duotai

    0下载:
  2. 在面向对象程序设计中多态性的作用与实现,-The role of polymorphism in object-oriented programming and Implementation
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:91.91kb
    • 提供者:ice
  1. varity-of-class

    0下载:
  2. 介绍VC++中面向对象程序设计中的类的多态性-introduction of class
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:32.7kb
    • 提供者:
  1. CPP123

    0下载:
  2. C++中多态性的教学研究,一个关于多态性的研究-C++ polymorphism in teaching and research, a study on polymorphism
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:8.24kb
    • 提供者:李俊浩
  1. Java-inheritanceencapsulation

    0下载:
  2. 面向对象方法是一种运用对象、类、继承、封装、聚合、消息传递、多态性等概念来构造系统的软件开发方法inheritance encapsulation -Object-oriented method is a kind of use of objects, classes, inheritance, encapsulation, aggregation, messaging, polymorphism concept to construct a system of software devel
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:56.53kb
    • 提供者:张华
  1. dnasp5

    1下载:
  2. DNA序列单核苷酸多态性分析综合软件,功能强大-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:4.22mb
    • 提供者:历史
  1. CPP

    0下载:
  2. C++,从基础入门到熟练掌握,包括简单程序设计,数组指针字符串,继承与派生,函数,类,对象,多态性-C++, basic entry to master, including a simple program design, pointer to an array of strings, inheritance and derived, functions, classes, object, polymorphism
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5.23mb
    • 提供者:毛翰林
  1. Bank-system-CPP-course-homework

    0下载:
  2. 具有多态性的银行系统程序C++,作业,实验报告-Banking system programs polymorphic C++, homework, lab reports
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:69.91kb
    • 提供者:李芳
搜珍网 www.dssz.com