super 和this

class Person{ protected String name; public Person(String name) { this.name = name; } } class Student extends Person{ private String name; public Stud
posted @ 2022-08-01 16:28  11111ghm  阅读(4)  评论(0编辑  收藏  举报