Inheritance
Introduction
In Java, it is possible to inherit attributes and methods from one class to another. We group the "inheritance concept" into two categories:
a. subclass (child) - the class that inherits from another class
b. superclass (parent) - the ...
jeevanjava.hashnode.dev4 min read