__ object is parent object of all other object.
Answers
Answered by
10
Explanation:
Object is the root of the class hierarchy in Java. Every class has Object as a superclass either directly or indirectly. All objects, including arrays, extends from the Object class and implement the methods of this class.
Answered by
2
Explanation:
Similar questions