Possible Duplicate: Sending a message to nil?
what happens when we invoke a method on a nil pointer
It returns 0, nil, a structure filled with 0s, etc.
Sending Messages to nil