What is the mother of all classes in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the mother of all classes in Java?

16th Mar 2017, 3:03 PM
theo
theo - avatar
5 Answers
+ 11
Object. Every super class extends Object implicitly.
16th Mar 2017, 6:36 PM
Tashi N
Tashi N - avatar
+ 1
I'd say class Object.
16th Mar 2017, 3:43 PM
Álvaro
+ 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.
17th Mar 2017, 3:25 AM
Mintu Sharma
Mintu Sharma - avatar
0
String xD
16th Mar 2017, 5:03 PM
Meharban Singh
Meharban Singh - avatar
0
Object bcoz every class is derived from object class implicitly either u extend or not.
17th Mar 2017, 3:08 AM
Prem Lal
Prem Lal - avatar