搜索资源列表
Inheritance
- 有关Java继承方面的不错的例子哦! :) -Java succession of good examples Oh! :)
java-sourcode
- Java类的继承示例,主要用于图形的一些继承示范-Java class inheritance examples, mainly for the graphics model of succession
AllAppScroller.java.tar
- 一个通过继承ViewGroup,应用Scroller实现的手动拖拽滚屏及自动滚屏的自定义UI控件,可以让初学者很容易地看明白如何制作自定义滚屏效果-1 through inheritance ViewGroup, application Scroller Scroll to achieve manual and automatic scrolling drag custom UI controls, so that beginners can easily understand how to c
shapes
- 根据Java中继承的特点,用图形之间的继承关系实现多态。-Inherited according to the characteristics of Java, the inheritance relationship between the graphical multi-state.
GUITest
- SWT中采用继承SHELL的方法来实现主窗口调用子窗口的应用-SWT to use inheritance SHELL way to achieve the main window to call the application of sub-window
sort
- 演示各种排序算法,并且演示java中类,对象,继承等用法.-Demonstration of various sorting algorithms, and presentation in java class, object, inheritance, etc. usage.
person
- 实现继承关系,这是java里比较典型的继承关系。java只支持单继承。-The realization of inheritance, which is typical in java inheritance. java only supports single inheritance.
gernralSort
- 继承和多态 实验目的: 1、 掌握继承和多态的概念与实现方法 2、 掌握如何从已有的类中派生子类并继承父类 3、 掌握方法的覆盖和重载 实验内容: 设计一个通用的排序算法,作为验证,自定义学生类、矩形类,可以利用该排序算法对学生按照ID以及Name进行排序;对矩形按照面积排序。 -Inheritance and polymorphism of the experiment was: 1, inheritance and polymorphism to master t
JAVA
- 介绍java的三大特性,封装,继承,多态。-Introduced the three major characteristics of java, packages, inheritance, polymorphism.
java
- 类的继承,定义了水果类,苹果类,菠萝类,将这些类放在一个包中,编写主函数,然后调用这些类,实现类的继承-Type of inheritance, the definition of a fruit, Apple Class, pineapple categories, these categories will be placed in a package, the preparation of the main function, and then call these categories,
java
- 演示简单Java语言基础,介绍如何使用控制语句。介绍Java的继承与多态,演示如何使用流,介绍并演示AWT的使用,介绍并演示JDBC数据库编程。-Java language based on a simple demonstration on how to use the control statement. Java, introduced the inheritance and polymorphism, how to use the streaming presentation to in
JAVA
- Java实验报告,Java类的继承性与多态性,Java例子-Java Experimental Report, Java class inheritance and polymorphism, Java example
java
- 上学时收集的资料,觉得还不错,拿出来分享下。包括类、对象和包、继承、接口和内部类-School to collect the information that is also good to share out the next. Including categories, objects and packages, inheritance, interfaces and internal categories ...
Employee
- 一个简单的java小程序,以此来描述什么是java中的多态和继承关系-A simple java applet in order to describe what is polymorphism in java and inheritance relations
Java
- 课件及源码Java:第1章 Java概述.ppt;第4章 继承性和多态性.ppt:-Courseware and Source Java: Chapter 1 Java overview. Ppt Chapter 4 inheritance and polymorphism. Ppt:
Inheritance
- Inheritance is a piece of code in Java that helps you with other class you have
Inheritance.java
- 编写一个 Java 程序 , 程序中有一个父类 Telephone,Telephone 类中包含有电话品牌、电话号码、通话时间、费率等属性 , 以及计算话费和显示信息等方法。另外 , 程序中还有另一个类叫作 Mobilephone, 它是 Telephone 的子类 , 除了具有 Telephone 类的属性外 , 它还有自己的属性如网络类型、被叫时间 , 同时它有自己的计算话费和显示信息的方法。 最后程序中应包含一个主类来使用上述两个类并显示它们的信息。-class Telephone
inheritance
- example of inheritance in java
Java.code.inheritance.polymorphism
- Java编程实现继承多态实例代码Java编程设计很好的参考学习代码-Java programming code examples of inheritance polymorphism
java程序设计
- 如何运用Java编写程序,关于抽象,继承等相关实验(How to use Java to write programs, about abstractions, inheritance, and other related experiments)