Hey all,
I was just curious about the init method on p. 240. There is no return type declared, yet it returns self. Everything works fine, so I'm wondering if this is a special case for init messages, or if there is no return type specified, the compiler automatically assumes (id) ?
Thanks!
Bob
Comments