Computer Science, asked by uttamchoudhary163, 3 months ago

__ object is parent object of all other object.​

Answers

Answered by devroy26780
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 itscutegirl7
2

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.

Similar questions