0 votes
in JAVA by

What is the difference between superclass and subclass in Java?

1 Answer

0 votes
by

A super class is a class that is inherited whereas sub class is a class that does the inheriting.

...