Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Objective-C methods look substantially different from Java methods. Although the syntax is confusing at first, it’s not difficult once you become used to it. Note that you don’t say that you “call a method” when using Objective-C. Instead, you “send a message to a receiver.” For instance, using Java you might type the following:
objMyObject.getFooUsingID(33);