摘要: package com.inherit; public class day { // 提高代码的复用性 public static void main(String[] args) { zzz z = new zzz(); z.setName("张三"); z.setAge(23); System. 阅读全文
posted @ 2023-03-09 17:59 文采呱呱 阅读(14) 评论(0) 推荐(0) 编辑
摘要: package StaticM; public class static01 { String name; int age; static String school;// public static01() { } public static01(String name, int age, Str 阅读全文
posted @ 2023-03-09 11:37 文采呱呱 阅读(20) 评论(0) 推荐(0) 编辑