This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
ios-labs-s14:basics-methods [2014/02/26 13:00] mbarboi |
ios-labs-s14:basics-methods [2014/02/26 13:02] mbarboi |
||
---|---|---|---|
Line 31: | Line 31: | ||
====Invocation=== | ====Invocation=== | ||
- | **Invocation**- the act of running the code contained within a method. Also known as calling the method or sending a message. | + | **Invocation**- the act of running the code contained within a method. A method is invoked on a target, where the target is the object that owns the method. |
Consists of two parts | Consists of two parts |