J2SE Question:

What is subtype?

J2SE Interview Question
J2SE Interview Question

Answer:

If type X extends or implements type Y, then X is a subtype of Y. See also supertype.


Previous QuestionNext Question
What is super?What is subarray?