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 is objective c vs c?
What is parsing? Mention which class can you use for parsing of xml in iphone?
What is atomic property?
How to sort array of dictionary in objective c?
What do you mean by dot notation?
What can’t we put into an array or dictionary?
How do I open .am files?
Explain the difference between uiwindow and uiview?
What is #import?
What does the objective c program fundamentally comprise of?
What are the different types of protocols?
Why is objective c better than swift?