Hacker News new | ask | show | jobs
by pjmlp 107 days ago
Not really, because doSomething is not called if reference/pointer is null, whereas in Objective-C there is still a message that is sent to the NULL recipient.
1 comments

No, the messenger identifies the NULL recipient and does not send the message.