Only eleven methods can be called on type Object
Once an object's reference is stored as type
Object
,
the only methods that can be called on that object
(without casting)
are
the eleven methods that are defined in the
Object
class.
File: cu.htm
[Next]
[Prev]