Vocabularycocoa.
messagesInputsreceiver | an alien |
args... | method arguments |
signature | signature |
selector | a string |
Outputsreturn... | 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