CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - Polymorphism

搜索资源列表

  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. c++vehicleReport

    1下载:
  2. c++课程设计类 抽象类 继承 多态 实现文档-c curriculum design category abstract class extends to achieve polymorphism Documents
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:77.34kb
    • 提供者:康康
  1. Delphiobject

    0下载:
  2. Delphi语言作为全面支持面向对象的语言,在程序设计中引入了类、对象、封装、继承、多态和抽象等概念。本文把Delphi所支持面向对象的特性作以全面探讨,并给出部分例子,-Delphi as part of a comprehensive support object-oriented languages, in the process of introduction of the category, target, encapsulation, inheritance, polymorphis
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:116.94kb
    • 提供者:嵇辉辉
  1. Cpracticereport.rar

    0下载:
  2. C++实习报告:包括源代码、需求分析、解题说明、调试报告等,主要内容是:循环和分支,数组和函数,指针、引用和异常处理,结构体和类,派生、继承和多态,文件和模板及综合等7大类型。 ,C++ internship report: including source code, needs analysis, problem-solving that debug report, the main contents are: circulation and branch, array and funct
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:275.06kb
    • 提供者:elsa
  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. CoreJava

    0下载:
  2. 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:366.65kb
    • 提供者:蒋中华
  1. java5

    0下载:
  2. 多态性概念: 在程序中同一符号或名字在不同情况下具有不同的语义解释,其有两种基本形式: 编译时多态性: 在程序编译时可确定的多态性,由重载机制实现 运行时多态性: 指程序动态运行时才可确定的多态性,由继承结合动态绑定实现. -Polymorphism of the concept: in the proceedings or the names of the same symbols in different situations have different
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:55.08kb
    • 提供者:chenjians
  1. diqizhang2009

    0下载:
  2. 继承与多态的课程ppt,很实用哦,东南大学虚名教授的课件,值得看,讲的非常详细-Inheritance and polymorphism course ppt, very practical oh
  3. 所属分类:Document

    • 发布日期:2017-04-23
    • 文件大小:66.4kb
    • 提供者:杭晓晨
  1. Objective-C(Chinese)

    0下载:
  2. Objective-C(中文) 設定環境 前言 編譯 hello world 創建 Classes 把它們湊在一起 詳細說明... 多重參數 建構子(Constructors) 存取權限 異常情況(Exceptions)處理 繼承、多型(Inheritance, Polymorphism)以及其他物件導向功能 id 型別 繼承(Inheritance) 動態識別(Dynamic types) 記憶體管理 優點與缺點-Objec
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:34.31kb
    • 提供者:skyge
  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. VC-language

    0下载:
  2. 本资料中包含VC语言的应用:建立WORD文件和实际工程上游戏软件的设计,内部重要的理论研究:多线程和继承与多态,另有关于VC的注意事项和异常处理方法。-The information contained the application of VC: to establish a WORD document and designactual engineering game software , internal important theoretical research: multithrea
  3. 所属分类:软件工程

    • 发布日期:2012-12-24
    • 文件大小:672.95kb
    • 提供者:艳华
  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. 3

    0下载:
  2. 中国西藏藏族人群HLA_A_B_DRB1座位基因遗传多态性和单体型分析-China' s Tibet Tibetan people HLA_A_B_DRB1 seat genetic polymorphism and haplotype analysis
  3. 所属分类:File Formats

    • 发布日期:2017-05-01
    • 文件大小:938.07kb
    • 提供者:数虫
  1. duotai

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

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

    0下载:
  2. 别人写的C++总结,感觉很好,拿来跟大家分享分享,主要是针对面向对象的类、继承、多态、 异常处理。-Others write the C++ of summary, I feel good, and brought to share with you to share, mainly for object-oriented classes, inheritance, polymorphism, exception handling.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:12.06kb
    • 提供者:孙超
  1. 5-Polymorphism-a-Abstract-Class

    0下载:
  2. 老师上课讲的一个关于多态性灵活运用的课件,希望对大家有所帮助!-One teacher talked about polymorphism utilize courseware, we want to help!
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:458.8kb
    • 提供者:陈琛
  1. 05-Polymorphism.pdf

    0下载:
  2. Concept of polymorphism to be used in NS2
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:416.67kb
    • 提供者:RAJ
  1. Polymorphism

    0下载:
  2. java多形态结构的建立分析和学习 包括继承类和子类之间的关系-implement extent and polymorphism
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:30.97kb
    • 提供者:Jiaye Su
« 12 »
搜珍网 www.dssz.com