摘要: public class Hello { public static void main(String[] args) { Person p = new Student(); p.run();//Student is running Person.run2(); p.run1(); } } // 抽 阅读全文
posted @ 2020-05-27 11:50 向往的人生 阅读(208) 评论(0) 推荐(0)