第5章-子类与继承-子类与父类在同一包中的继承性
问题:同一个包中三个类,people是student的父类,student是universtudent的父类,Test中进行调用代码:People.javapublic class People { double height=170,weight=67.9; protected void tellHeightAndWeight(){ System