+1 vote
in JAVA by (30.6k points)
What is a superclass in Java?

1 Answer

0 votes
by (30.6k points)

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

Related questions

+1 vote
...