文件名称:Triange
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- A***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(三角类)设计一个类的名字,扩展GeometricObject.The三角类包含:
*三双数据字段命名side1,side2,并使用默认值1.0 side3来表示三角形的三个方面。
*一个无参数的构造函数创建一个默认的三角形。
*构造函数创建一个具有指定side1,side2三角形和side3。
*在所有3个数据字段的访问方法。
*命名getArea()方法返回这个三角形的面积。
*命名getPerimeter()方法返回这个三角形周长。
*一个方法命名的GetString()返回一个三角形的字符串描述。
-(the Triangle class) Design a class name Triangle that extends GeometricObject.The class contains:
*Three double data fields named side1,side2,and side3 with default values 1.0 to denote three sides of the triangle.
*A no-arg constructor that creates a default triangle.
*A constructor that creates a triangle with the specified side1,side2, and side3.
*The accessor methods for all three data fields.
*A method named getArea() that return the area of this triangle.
*A method named getPerimeter() that return the perimeter of this triangle.
*A method named getString() that return a string descr iption for the triangle.
The class names for this assignment should be Triangle, GeometricObject and TriangleTest for the test program.
*三双数据字段命名side1,side2,并使用默认值1.0 side3来表示三角形的三个方面。
*一个无参数的构造函数创建一个默认的三角形。
*构造函数创建一个具有指定side1,side2三角形和side3。
*在所有3个数据字段的访问方法。
*命名getArea()方法返回这个三角形的面积。
*命名getPerimeter()方法返回这个三角形周长。
*一个方法命名的GetString()返回一个三角形的字符串描述。
-(the Triangle class) Design a class name Triangle that extends GeometricObject.The class contains:
*Three double data fields named side1,side2,and side3 with default values 1.0 to denote three sides of the triangle.
*A no-arg constructor that creates a default triangle.
*A constructor that creates a triangle with the specified side1,side2, and side3.
*The accessor methods for all three data fields.
*A method named getArea() that return the area of this triangle.
*A method named getPerimeter() that return the perimeter of this triangle.
*A method named getString() that return a string descr iption for the triangle.
The class names for this assignment should be Triangle, GeometricObject and TriangleTest for the test program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Triange\GeometricObject.java
.......\TestTriangle.java
.......\Triangle.java
Triange
.......\TestTriangle.java
.......\Triangle.java
Triange