J2SE Question:

What is subclass?

J2SE Interview Question
J2SE Interview Question

Answer:

A class that is derived from a particular class, perhaps with one or more classes in between. See also superclass, supertype.


Previous QuestionNext Question
What is superclass?What is stream?