Objective-C
Here are some interesting things I learned today about the differences between java/C# and Objective-C. Also how to play a sound on your iPhone. Calling Methods This was the very first thing that jumped out at me when I started using Objective-C. To call a method, you use the following syntax: [object message:param1 namedParam2:param2 namedParam3:param3]; [...]