In Java, the superclass, also known as the parent class , is the class from which a child class (or a subclass) inherits its constructors, methods, and attributes .
In Java, the superclass, also known as the parent class , is the class from which a child class (or a subclass) inherits its constructors, methods, and attributes .