Inheritance from
Object
¥
The
Object
class has several members that
its children inherit.
They include the
methods
Ð
public String toString()
which gives a
String
representation for the object.
Ð
public boolean equals(Object o)
which
compares
this
to
o