问答题
定义一个新的类Student类,继承Person类。要求: 1)增加“school”属性为String类型。 2)重载Student类的构造方法,Student(String n,String l,String school)。 3)重写Person类的info()方法,增加school信息。