Solved

Consider the Following Code Snippet That Declares the GraduateStudent Class

Question 62

Multiple Choice

Consider the following code snippet that declares the GraduateStudent class:
Public GraduateStudent extends Student { . . .}
Which of these statements are false?
I GraduateStudent is a subclass of Student
II Stack<GraduateStudent> is a subclass of Stack<Student>
III Stack<Student> is a subclass of Stack<GraduateStudent>


A) I
B) II
C) III
D) II and III

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions