+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.

Related questions

0 votes
asked Aug 21, 2022 in JAVA by sharadyadav1986
+1 vote
asked Feb 1, 2023 in JAVA by sharadyadav1986
...