why is anyone not answering my question? my question is
"Which OOPS concept relates superclass and subclass in inheritance?"
its the second time i have asked it help me please. :)
Answers
Answered by
4
Subclasses, Superclasses, and Inheritance. ... The derived class (the class that is derived from another class) is called a subclass. The class from which it's derived is called the superclass. The following figure illustrates these two types of classes: In fact, in Java, all classes must be derived from some class.
Similar questions