3
votes
Hidden features of Objective-C
Object Forwarding/Method Missing
When an object is sent a message for which it has no
method, the runtime system gives it another chance to handle
the call before giving up …
