摘要: Java类的继承问题 public class ParentChildTest { public static void main(String[] args) { Parent parent=new Parent(); parent.printValue(); Child child=new Ch 阅读全文
posted @ 2023-10-12 23:17 a_true 阅读(18) 评论(0) 推荐(0)