摘要: abstract class Shape{ void draw(){ System.out.println(this + ".draw"); } @Override public abstract String toString(); } class Circles extends Shape{ @ 阅读全文
posted @ 2020-06-02 18:44 小丑quan 阅读(174) 评论(0) 推荐(0)