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