|
|
|
| All objects are subclasses of class Object, the root class in Java.
Note also that arrays may be assigned to variables of type Object: In addition, arrays support calling the methods of Object.String array[] = new String[10]; Object o = array;
|
|
This page was last modified on 02 October, 2007 |