摘要: 多态 public class AppLication { public static void main(String[] args) { //一个对象的实际类型是确定的 // new Studyend(); // new Person();​ //可以指向的引用类型就不确定了 //子类能调用的方 阅读全文
posted @ 2021-10-16 00:49 fantasyfa 阅读(53) 评论(0) 推荐(0)