赞助
摘要: 语法:class 子类 extends 父类{} //定义子类时,显示继承父类 package com.qf.day13.t1.inherit; public class TestExtends { public static void main(String[] args) { Dog dog1 阅读全文
posted @ 2022-06-12 19:24 Tsunami黄嵩粟 阅读(13) 评论(0) 推荐(0)