How to call a function in objective-c?



How to call a function in objective-c?..

Answer / Shyam Prakash Mishra

Calling a function in Objective-C involves creating an instance of the class that contains the function and using dot notation or square bracket notation, as mentioned earlier.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How to create thread in objective c?

1 Answers  


What is instance variable objective c?

1 Answers  


When should you call dealloc method?

1 Answers  


How to convert data to string in objective c?

1 Answers  


What are the 5 principles of object oriented programming?

1 Answers  


What is umbrella header?

1 Answers  


How do you get closure?

1 Answers  


What is enum constant?

1 Answers  


Is objective c and c the same?

1 Answers  


What are the adavantages of gcd over nsthread?

1 Answers  


What is the difference between c and objective c?

1 Answers  


Can a static library (.a) contain resources like images, sound files etc?

1 Answers  


Categories