J2SE Question:

What is derived from?

J2SE Interview Question
J2SE Interview Question

Answer:

Class X is "derived from" class Y if class X extends class Y. See also subclass, superclass.


Previous QuestionNext Question
What is distributed?What is delegation?