摘要: 接口的成员特点 阅读全文
posted @ 2019-12-04 15:56 Chenjin123 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1 public interface SpeakEnglish { 2 public abstract void speak(); 3 } 4 5 public abstract class Person { 6 private String name; 7 private int age; 8 p 阅读全文
posted @ 2019-12-04 14:54 Chenjin123 阅读(381) 评论(0) 推荐(0) 编辑