J2SE Question:

What is superclass?

J2SE Interview Question
J2SE Interview Question

Answer:

A class from which a particular class is derived, perhaps with one or more classes in between. See also subclass, subtype.


Previous QuestionNext Question
What is supertype?What is subclass?