In the Java world, different sources (tutorials, guides, books, etc) name superclasses and subclasses differently.
Now, you need to understand what is what.
In the Java world, different sources (tutorials, guides, books, etc) name superclasses and subclasses differently.
Now, you need to understand what is what.
| superclass | subclass | |
|---|---|---|
| base class | ||
| child class | ||
| parent class | ||
| derived class | ||
| extended class |
Create a free account to access the full topic