0

What is object class in java

12th Apr 2017, 5:03 AM
Nike
Nike - avatar
2 Answers
+ 7
Object is an entity which has some properties (data members/variables) and behaviour (member functions/methods)
12th Apr 2017, 6:09 AM
Sachin Artani
Sachin Artani - avatar
+ 3
It's the parent of every class in Java, whether standard or user-defined. In other words, every class inherits implicitly from the Object class.
12th Apr 2017, 5:52 AM
Álvaro