What is the principle distinction between the function calls and messages?
Answer / Praphull Kumar Mishra
In Objective-C, a function call is a direct invocation of a function using its name, followed by parentheses that contain any required arguments. A message, on the other hand, is a request sent to an object to perform a task or access its instance variables. Messages are sent using square brackets ([ ]) and are used to call methods in Objective-C.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between polymorphism and abstraction?
What is hashable?
Is objective c and c the same?
What is an example of category?
Is apple stopping supporting objective c?
What is objective c?
Explain what is #import?
When is toll-free bridging useful?
What is dot notation?
Can you use objective c in swift?
What is the use of category in objective-c?
How to call methods in objective c?