The methods tag has no wiki summary.
4
votes
5answers
1k views
Differences between messages and methods?
In Objective C you have the concept of sending messages to other objects, and, well this is very similar to method calling in languages like C# and Java.
But what exactly are the subtle ...