摘要: class Shape { public double getArea() { return 0; } } class Rectangle extends Shape { private double len; private double width; public Rectangle(doubl 阅读全文
posted @ 2020-08-26 20:31 小强哥in 阅读(141) 评论(0) 推荐(0) 编辑