搜索资源列表
GeometricObject
- 用java实现棱形的程序!并且其它的形状可以从它继承!在机子上编绎并通过!很实用!-java achieve a rhombus with the procedure! And the other from its shape can be inherited! On the loom and through continuous series! Very practical!
GeometricObject
- 用java实现棱形的程序!并且其它的形状可以从它继承!在机子上编绎并通过!很实用!-java achieve a rhombus with the procedure! And the other from its shape can be inherited! On the loom and through continuous series! Very practical!
GeometricObject
- JAVA程序设计导论 课后习题9。1 Modify the GeometricObject class to implement the -Enabling GeometricObject cmparable
GeometricObject
- 这是java练习中较简单有效的例子,是关于多边形几何图形的代码-This is the java exercise more simple and effective example is the code on the polygon geometry
Triange
- (三角类)设计一个类的名字,扩展GeometricObject.The三角类包含: *三双数据字段命名side1,side2,并使用默认值1.0 side3来表示三角形的三个方面。 *一个无参数的构造函数创建一个默认的三角形。 *构造函数创建一个具有指定side1,side2三角形和side3。 *在所有3个数据字段的访问方法。 *命名getArea()方法返回这个三角形的面积。 *命
color
- 这是一个实现color类接口的Java应用程序,通过继承GeometricObject 类来实现color的功能,能够让编程人员对java的类接口只是有所熟悉-This is a Java application, a color class interface and color to achieve the functionality by inheritance GeometricObject class allows progr
GeometricVersion3
- 课程设计 几何图形(满分50 分) 版本1:满分10 分 设计抽象类GeometricObject 及其子类Triangle 和Circle。 GeometricObject 类设计要求如下: ■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。 ■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。 ■ 一个名为dateCreated 的Date 类型的私有