The syntax of Java Inheritance In the terminology of Java, a class which is inherited is called a parent or superclass, and the new class is called child or subclass .
The syntax of Java Inheritance In the terminology of Java, a class which is inherited is called a parent or superclass, and the new class is called child or subclass .