摘要: 10.22 继承条件下的构造方法调用 代码部分: package lianxi;public class bo { public static void main(String[] args) { Child c = new Child(); } }class Grandparent { publi 阅读全文
posted @ 2020-10-22 20:42 潘福龙 阅读(60) 评论(0) 推荐(0) 编辑