CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 继承

搜索资源列表

  1. OOP

    0下载:
  2. java继承机制例子,是关于帝国时代的角色设计,每种角色有不同的功能-java inheritance mechanism example is the character design on the Empire, each character has different functions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1051
    • 提供者:qiuwang2011
  1. Animal

    0下载:
  2. 主要讲继承,以动物为例,来说明在继承中父类与子类之间的关系-Mainly about inheritance, to animals, for example, to illustrate the inheritance between parent and child relationship class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:531
    • 提供者:夏雨夜
  1. day8

    0下载:
  2. 定义一个 person类 要求有:属性 方法 封装 多态 继承-Required to define a person class: encapsulates multiple inheritance properties
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:12464
    • 提供者:何雨
  1. TestPerson

    0下载:
  2. java小程序。对类的练习和对继承的练习应用。-java applet. Of the class exercises and practice of application of inheritance.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4395
    • 提供者:lily
  1. huz

    0下载:
  2. 用类和继承,分别求三角形,正方形,圆的面积-With classes and inheritance, were seeking triangle, square, circle the area
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:1174
    • 提供者:huz
  1. Example3

    0下载:
  2. Java技术开发上课的一个好例子。关于继承、后期绑定方面的。-Java technology development class a good example. On inheritance, late binding aspect.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1445
    • 提供者:zjd
  1. queue

    0下载:
  2. 通过继承Vector类实现队列,方便,简单,易懂-Vector class implements the queues through inheritance, convenient, simple, easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6698
    • 提供者:yangchangqi
  1. 978-7-302-17018-1

    0下载:
  2. 本书内容包括: Java简介,语言基础,控制语句,面向对象程序开发, Java是面向对象语言, Java的继承与多态,类的高级使用,异常处理, Java的输入/输出,多线程,AWT,Swing,网络编程,JDBC数据库编程,HTML, Javascr ipt,JSP,Servlet,J2EE概述,学生信息管理系统,网上书店等.-This book includes: Java Introduction, basic language, control statements, object-ori
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6789120
    • 提供者:
  1. program-4

    0下载:
  2. 关于java多态的程序,建立一个虚的父类,有多个子类继承它。从而可以利用java的多态性对同名函数实现不同的功能-Polymorphism on the java program to create a virtual parent class, a number of sub-class inherits it. Which can use java function polymorphism of the same name, different functions
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:9969
    • 提供者:duman
  1. alogrism

    0下载:
  2. 修饰模式,在运行时将特定的功能绑定在对象上,这就是修饰模式的核心。修饰模式比继承更加灵活,因为后者是在编译时就将特定的功能绑定到类上。 -Modified model, the run-time functions will be bound to a particular object, which is the core of modified models. Modified model more flexible than inheritance, since the latter wi
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:9943
    • 提供者:Lu
  1. javaCode

    0下载:
  2. 继承和聚合是java编程人员不容易掌握的知识点,这里是两者的各自实现,希望对大家有所帮助-Java inheritance and aggregation is not easy for the programmer point of knowledge, this is both their implementation, we hope to help
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:617
    • 提供者:qiaoliubang
  1. JAVA

    0下载:
  2. Java的继承与多态,介绍Java的继承与多态的基本知识,帮助你更好的了解Java的继承与多态-Java inheritance and polymorphism
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:27895
    • 提供者:蒋路玉
  1. class

    0下载:
  2. 体现Java的面向对象的程序设计,单态,继承,多态,类和对象,-Reflect the object-oriented Java programming, a single state, inheritance, polymorphism, classes and objects, and so on
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:104497
    • 提供者:晓红
  1. HuaBan

    0下载:
  2. 画点,线,椭圆,方形。能对画的主体进行移动位置。是多态,继承学习的一个模版。-Draw points, lines, ellipses, squares. Can be moved to the location of the main draw. Is a multi-state study of a template inheritance.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:19849
    • 提供者:liulunchun
  1. jicheng

    1下载:
  2. (1)实现单重继承并借助接口实现多重继承。 (2)实现方法的继承与覆盖。 (3)实现方法(包括构造方法)的重载。 (4)在程序中利用包进行类的逻辑组织。 (5)编写基于图形界面的程序。 -(1) for single re-use of interface inheritance and multiple inheritance. (2) Implementation of the inheritance and coverage. (3) implementation m
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:20317
    • 提供者:小慧子
  1. fangfachongxie

    0下载:
  2. 通过java中继承和组合的简单方法,修改字符串,可实现谁在干什么。也可在类内通过增加方法,在已有框架下实现多种继承和组合-Java inheritance and composition by the simple method, modify the string, can be realized who was doing. Can also be within the class by adding methods to achieve the existing framework of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2020
    • 提供者:董萍
  1. 2005914215

    0下载:
  2. 本系统在开发中用到了局域网通信机制的原理,通过直接继承Thread类来建立多线程。-This system with the LAN correspondence mechanism principle, through inheritting the Thread kind to establish the multithreading directly.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1398652
    • 提供者:朱朱
  1. inheritance-and-polymorphism

    0下载:
  2. 使用PPT详细介绍Java中继承与多态的概念和使用方法-PPT detail using Java, inheritance and polymorphism concepts and use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:400326
    • 提供者:庄莹莹
  1. javascript

    0下载:
  2. javascr ipt是基于对象的弱类型脚本语言,javascr ipt不支持继承,所以它不是面向对象语言。-javascr ipt is a weakly typed object-based scr ipting language, javascr ipt does not support inheritance, so it is not object-oriented language.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:11138
    • 提供者:vhdl
  1. Cylinder

    0下载:
  2. 圆柱体继承有关圆与点类,主要运用了public的关键限制条件-cylidiner extends
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:620
    • 提供者:zj
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 26 »
搜珍网 www.dssz.com