Why is it called super class?

Object is the root of a hierarchy of classes. The subclass inherits state and behavior in the form of variables and methods from its superclass. … A subclass inherits state and behavior from all of its ancestors. The term superclass refers to a class’s direct ancestor as well as all of its ascendant classes .

Read more