文件名称:2
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-11-05
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 小**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
定义一个矩形类Rectangle,再派生一个正方形类Square,自行扩充成员和方法。再定义接口EqualDiagonal,其中包含方法getDiagonal( ),在矩形类和正方形类中实现此接口,用来实现斜边的计算。-Define a rectangle class Rectangle, and then derive a square class Square, expand their own members and methods. And then define the interface EqualDiagonal, which contains methods getDiagonal (), in rectangles and squares class class implements this interface, used to achieve the hypotenuse calculations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
第二题\.classpath
......\.project
......\.settings\org.eclipse.jdt.core.prefs
......\bin\ABC\EqualDiagonal.class
......\...\...\Hypotenuse.class
......\...\...\Rectangle.class
......\...\...\Square.class
......\src\ABC\Hypotenuse.java
......\...\...\Rectangle.java
......\bin\ABC
......\src\ABC
......\.settings
......\bin
......\src
第二题