定義一個新的類Student類,繼承Person類。要求: 1)增加“school”屬性為String類型。 2)重載Student類的構造方法,Student(String n,String l,String school)。 3)重寫Person類的info()方法,增加school信息。