摘要: 假定Base b = new Derived(); 调用执行b.methodOne()后,输出结果是什么? 1 public class Base 2 { 3 public void methodOne() 4 { 5 System.out.print("A"); 6 methodTwo(); 7 阅读全文
posted @ 2024-08-06 15:04 "β.ί.ο.ς" 阅读(14) 评论(0) 推荐(0)