In c#, if I wanted to tell another programmer to look at a specific function such as Person.GetAge()
I would "speak" that function something like...
"Look at Person dot GetAge"
In objective-c this function is [Person getAge]
(there is no "dot"). How do people "speak" this to other developers?