设有下面两个类的定义classPerson{longid;Stringname;}和classStudentextendsPerson{intscore;intgetScore(){returnscore;}}则类Person和类Student的关系是()
设有下面两个类的定义classPerson{longid;Stringname;}和classStudentextendsPerson{intscore;intgetScore(){returnscore;}}则类Person和类Student的关系是()
A.包含关系
B.继承关系
C.关联关系
D.无关系
正确答案:B