摘要: interface student{ public void study(); } interface studentworker extends student{ public void earn(); } public class Goodstudent implements studentworker { String name; public ... 阅读全文
posted @ 2019-05-15 22:25 刘煜炀 阅读(78) 评论(0) 推荐(0) 编辑