The id variable type etc.
Default variable type for object in ObjC is id
Think of this as a special variable type (which is actually a pointer to a special data structure - namely the object)
All objects can refer to themselves by
All objects can refer to superclass by