搜索资源列表

  1. trait-of-oo

    0下载:
  2. 抽象类abstract的概念和接口interface的概念-the concept of class of abstract and interface
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:outerspace
  1. abstract

    0下载:
  2. 抽象类、接口、异常处理的ppt,讲述其定义,用法,结构......使读者更容易明白-failed to translate
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:62464
    • 提供者:满月
  1. quickhit

    0下载:
  2. QuickHit游戏考验你键盘输入的速度和准确性,设计该游戏时运用面向对象的方法,具体类实现抽象类,抽象方法,子类继承父类等。-QuickHit games will test your keyboard speed and accuracy, the design of the game to use object-oriented approach, the specific class implements the abstrac
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:蓝暧昧
  1. SortStrategy

    0下载:
  2. 排序策略: ①定义排序策略接口ISortStrategy ②定义实现ISortStrategy接口的抽象类AbstractSortStrategy ③分别定义继承抽象类AbstractSortStrategy的各个具体算法类; ④构建Sorter类调用排序策略。-Sort Strategy
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zhen
  1. SimpleFactory

    0下载:
  2. 本源码是模拟设计模式中的简单工厂模式的,主要包括抽象工厂和抽象类等-The source is a simple analog design pattern factory pattern, including the abstract factory and abstract classes, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:小胖
  1. Student

    0下载:
  2. 设计3个类,分别是学生类Student,本科生类Undergraduate,研究生类Postgraduate,其中Student类是一个抽象类,它包含一个学生的基本信息如姓名、平均成绩等,及一个计算课程成绩等级的抽象方法。类Undergraduate和Postgraduate是其子类,它们计算课程成绩等级的方法有所不同(自己设计)。设计一个学生数组,既能放本科生对象又能放研究生对象。编写测试类测试以上功能。-Design of 3 ca
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:果儿
  1. java-two

    0下载:
  2. 理解类的定义; (2)掌握对象的声明; (3)学会使用构造函数初始化对象; (4)使用类的数据和方法。 (5)掌握静态成员与实例成员的区别; (6)学会使用类的静态成员。 (7)理解变量的作用域; (8)掌握成员变量,局部变量和块变量的区别; (9)学会使用this 关键字。 (10)理解方法重载的含义。 (11)学会使用方法重载。 (12)理解子类派生的概念; (13)学习创建子类对象;
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:77824
    • 提供者:尧勰
  1. java-three

    0下载:
  2. 理解Java 包的组织结构; (2)学会编写带有包结构的程序; (3)掌握包结构下的成员访问控制。 (4)学习如何定义接口; (5)掌握接口的实现方式; (6)使用实现了接口的类; (7)理解接口与抽象类的区别。 (8)掌握基本异常的处理机制; (9)熟悉try 语句与catch 语句的搭配使用; (10)了解有异常处理与没有异常处理的差别; (11)多重catch 语句的使用; (12)使用
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:47104
    • 提供者:尧勰
  1. ShapeExp1

    0下载:
  2. 个人原创代码:矩形、圆形、正方形等形状的操作。编写Java Application程序,定义抽象类Shape,抽象方法为showArea(),求出面积并显示,定义矩形类Rectangle,正方形类Square,圆类 Circle,根据各自的属性,用showArea方法求出各自的面积,在main方法中构造3个对象,调用showArea方法。 定义接口DiagArea,其中包含方法double getDiagonal()求对角线长, d
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李瑞
  1. Element

    0下载:
  2. Java抽象类的应用,继承抽象类,可实现图形绘制-Application of Java Abstract class
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zr
  1. Java-phones-calendar

    0下载:
  2. Java手机日历程序源代码,重载抽象类MIDlet的抽象方法startApp(),指定时区为东八区,创建包含日期 字段和时间字段的DateField对象dateAndTime,设置初始日期和时间添加dateAndTime到表单form,添加 退出命令到表单form,为表单form设置命令监听者,最后实现接口CommandListener的方法销毁程序。-Java mobile phone calendar program sou
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:
  1. LanZhaoCommonLib

    0下载:
  2. 命令处理类,包括接口类和抽象类的定义,用于大型系统中菜单、按钮等动作对象的绑定类,代码来自于项目实践,具有复用性。-Command processing categories, including the definition of the interface classes and abstract classes for the binding of the large system menus, buttons, actions
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wonderyun
  1. inherit

    0下载:
  2. 通过例子介绍c++中继承的概念,抽象类和继承类的应用,使得有助于学习面向对象语言的学习- inherit in c++
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1214464
    • 提供者:mary
  1. EX7_3

    0下载:
  2. java课程设计,实现接口,扩展程序,采用抽象类-java course design and implement an interface extension, using the abstract class
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:寇志强
  1. cord

    0下载:
  2. java画图板代码,能够实现基本的画图功能代码,各种抽象类-java drawing board code to achieve the basic drawing functions code, the abstract class
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:25600
    • 提供者:斯蒂芬
  1. mydraw

    0下载:
  2. java画图板代码,能够实现基本的画图功能代码,各种抽象类-java drawing board code to achieve the basic drawing functions code, the abstract class
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:斯蒂芬
  1. Painter

    0下载:
  2. java画图板代码,能够实现基本的画图功能代码,各种抽象类-java drawing board code to achieve the basic drawing functions code, the abstract class
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:斯蒂芬
  1. ch3_7

    0下载:
  2. 本例演示抽象类以及抽象方法的作用,及它们之间的包含关系-This example demonstrates the abstract class and abstract methods of the role, and the inclusion relation between them
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:阿木
  1. shape

    0下载:
  2. 对抽象类shape的具体实现,重点强调对定义的理解和运用。-Concrete realization of the abstract class shape, with emphasis on understanding and application of the definition.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wanghao
  1. Java-

    0下载:
  2. 面向对象概念:类与对象 1、类是Java面向对象编程的基本元素,它定义了一个对象的结构和功能 2、构造方法 3、类继承,this和super 4、类变量(static类型)、方法和实例变量、方法 5、方法覆盖和重载、抽象类与接口 6、面向对象特性 7、面向对象设计原则 -Object-oriented concepts: Classes and Objects, classes are the basi
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:160768
    • 提供者:吴啊2
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »

源码中国 www.ymcn.org