摘要: 1 今天写了以圆类设计球类 题目要求: 程序源代码: package Plane; public class Point { double x; double y; Point()//无参构造 { x=0; y=0; System.out.println("Point Constructor run 阅读全文
posted @ 2020-07-18 16:19 我试试这个昵称好使不 阅读(98) 评论(0) 推荐(0)