+ 2
What is the mother of all classes in Java?
5 odpowiedzi
+ 11
Object. Every super class extends Object implicitly.
+ 1
I'd say class Object.
+ 1
Object class is the mother of all classes because all classes are derived from Object class implicitly and either you extend the object class or not.
0
String xD
0
Object bcoz every class is derived from object class implicitly either u extend or not.