How to call function in objective-c?
Answer / Lavi Sahu
{"calling a function": "In Objective-C, you can call functions by using their method names and sending them messages. For example: [object method]; where object is the instance on which the message (method) is being sent, and method is the name of the function you want to call."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What happens with the objects if the array is released?
What is retain count?
Who introduced objective-c & when?
Is objective c, a dynamic language? True/false, explain.
What are the different types of identifiers?
What is the difference between nsdictionary and nsmutabledictionary?
Is swift objective c?
How to call a function in objective-c?
What's the difference between a thread safe and a thread unsafe function?
Who calls dealloc method?
How to call objective c function in swift?
Why is objective c better than swift?