Vocabularycocoa.
messagesInputs| receiver | an alien |
| args... | method arguments |
| signature | signature |
| selector | a string |
Outputs| return... | value returned by method, if any |
Word descriptionSends an Objective C message named by
selector to the super class of
receiver. Otherwise behaves identically to
send.
See alsosend,
->,
SUPER->Definition