+1 vote
in JAVA by
What is a superclass in Java?

1 Answer

0 votes
by

A superclass in Java is a class that a subclass inherits from. A subclass inherits all the properties and behaviors of its superclass.

...