How to call function in objective-c?



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

Post New Answer

More Objective-C Interview Questions

What is enum constant?

1 Answers  


What is property in objective c?

1 Answers  


How do you check for leaks?

1 Answers  


Is objective c garbage collected?

1 Answers  


Is objective c type safe language?

1 Answers  


List out the methods used in nsurl connection?

1 Answers  


How declare methods in objective c?

1 Answers  


What does the gc () method?

1 Answers  


Tell us the result when you invoke a particular method on a nil pointer?

1 Answers  


What is class extension? Why do we require them?

1 Answers  


How do I add objective c to swift project?

1 Answers  


Who calls dealloc method?

1 Answers  


Categories