文件名称:point
介绍说明--下载内容均来自于网络,请自行研究使用
1. 将点-圆 柱的继承关系用类表示出来。
创建Point类、Circle类和Cylinder类
创建使用该三个类的主类。
注意:每个类至少有两个构造函数和三个方法。
- point- round- cylindrical inheritance relationship with class said.
Create class Point, Circle, Cylinder class
Created using the three main classes.
Note: Each class has at least two constructor and three methods.
创建Point类、Circle类和Cylinder类
创建使用该三个类的主类。
注意:每个类至少有两个构造函数和三个方法。
- point- round- cylindrical inheritance relationship with class said.
Create class Point, Circle, Cylinder class
Created using the three main classes.
Note: Each class has at least two constructor and three methods.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
point\.classpath
.....\.settings\org.eclipse.jdt.core.prefs
.....\.project
.....\bin\Circle.class
.....\...\Cylinder.class
.....\...\point.class
.....\...\TextPoint.class
.....\src\Cylinder.java
.....\...\Circle.java
.....\...\TextPoint.java
.....\...\point.java
.....\.settings
.....\bin
.....\src
point