0 votes
in JAVA by

Which class do all classes inherit from in java?

1 Answer

0 votes
by

 Which class do all classes inherit from in java?

All classes in java inherit from the Object class which is the superclass of all classes.

Related questions

0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
0 votes
asked Sep 12, 2022 in Scala Constructs by Robin
...