摘要:
public class Person { protected String name="lisi"; public void print(){ System.out.println("Person"); } } public class Student extends Person { priva 阅读全文
posted @ 2025-04-02 20:19
骆驼刺破仙人掌007
阅读(6)
评论(0)
推荐(0)
摘要:
public class Person { protected String name="lisi"; } public class Student extends Person { private String name="linsi"; public void test(String name) 阅读全文
posted @ 2025-04-02 20:13
骆驼刺破仙人掌007
阅读(7)
评论(0)
推荐(0)

浙公网安备 33010602011771号