单选题:The Person, Student and Teacher are class names. These classes h
The Person, Student and Teacher are class names. These classes have the following inheritance relation as shown below:

There is the following expression in a Java source file:
```
Person p = new Teacher();
```
Which of the following expressions return true?
@[A](2)
A. p instanceof Teacher
B. p instanceof Student
C. None of them returns false
D. None of them returns true
A.p instanceof Teacher
B.p instanceof Student
C.None of them returns false
D.None of them returns true
答案:A

There is the following expression in a Java source file:
```
Person p = new Teacher();
```
Which of the following expressions return true?
@[A](2)
A. p instanceof Teacher
B. p instanceof Student
C. None of them returns false
D. None of them returns true
A.p instanceof Teacher
B.p instanceof Student
C.None of them returns false
D.None of them returns true
答案:A