Welcome, NewComer

摘要: 子类能继承父类中哪些内容 方法重写注意事项 继承调用 this:就近调用 super:直接调用父类 构造方法 //父类Animal public class Animal { String name; int age; public Animal() { } public Animal(String 阅读全文
posted @ 2024-07-25 16:12 Through287 阅读(17) 评论(0) 推荐(0)