class Car : object
{...}
Like any class, System.Object defines a set of members. In the following formal C# definition,
overridden by a subclass, while others are marked with static (and are therefore called at the class
level):
public class Object
{ // Virtual members.
public virtual bool Equals(object obj);
protected virtual void Finalize();
C H A P T E R 6
U N D E R S TA N D I N G I N H E R I TA N C E A N D P O LY M O R P H I S M
8849CH06.qxd 10/1/07 10:35 AM Page 212
public virtual string ToString();