A class that is inherited in Java is called a
A
subclass
B
super class
C
static class
D
implement class
Correct Answer: subclass
A class that is inherited/derived from another class is called subclass(also a derived class extended class or child class). The class from which the subclass is derived is called superclass(also a base class or parent class).