文件名称:TextSquare
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-12-15
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 孙**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1) 定义接口PrintX,其中包括一个方法printMyWay(),这个方法没有形参,返回值为空。
2) 编写矩形类,矩形类要求实现PrintX接口,有求面积、求周长的方法,printMyWay()方法要能显示矩形的边长、面积和周长。
3) 编写正方形类作为矩形类的子类,正方形类继承了矩形类求面积和周长的方法,新增加求对角线长的方法,重写printMyWay()方法,要求该方法能显示正方形的边长、面积、周长和对角线长。
-1) defines the interface PrintX, including a method printMyWay (), this method is not a parameter, the return value is null. 2) preparation of a rectangle class Rectangle class required to achieve PrintX interfaces are asking area, find the circumference of the method, printMyWay () method to be able to display the rectangle side length, area and perimeter. 3) preparation of a square class as a subclass of the class rectangle, square rectangle class inherits the class for the area and perimeter of methods, new ways to increase demand diagonal, rewritten printMyWay () method, which requires that the method can display square side length, area, perimeter and diagonal.
2) 编写矩形类,矩形类要求实现PrintX接口,有求面积、求周长的方法,printMyWay()方法要能显示矩形的边长、面积和周长。
3) 编写正方形类作为矩形类的子类,正方形类继承了矩形类求面积和周长的方法,新增加求对角线长的方法,重写printMyWay()方法,要求该方法能显示正方形的边长、面积、周长和对角线长。
-1) defines the interface PrintX, including a method printMyWay (), this method is not a parameter, the return value is null. 2) preparation of a rectangle class Rectangle class required to achieve PrintX interfaces are asking area, find the circumference of the method, printMyWay () method to be able to display the rectangle side length, area and perimeter. 3) preparation of a square class as a subclass of the class rectangle, square rectangle class inherits the class for the area and perimeter of methods, new ways to increase demand diagonal, rewritten printMyWay () method, which requires that the method can display square side length, area, perimeter and diagonal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TextSquare\.classpath
..........\.project
..........\.settings\org.eclipse.jdt.core.prefs
..........\bin\PrintX.class
..........\...\Rectangle.class
..........\...\Square.class
..........\...\TextSquare.class
..........\src\Square.java
..........\...\TextSquare.java
..........\.settings
..........\bin
..........\src
TextSquare