我分享了代码,创建一个Person类,包含共有属性name和私有属性age,以及公共方法setAge 创建一个Teacher类,使其继承Person,并包含私有属性studentCount和私有方法setStudentCount