How do you call a method in objective c?



How do you call a method in objective c?..

Answer / Prabhat Kumar

To call a method in Objective-C, use dot notation. For example: [object instanceMethod];

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is objective c?

1 Answers  


What is extern objective c?

1 Answers  


What are the size classes?

1 Answers  


Explain the difference between uiwindow and uiview?

1 Answers  


Does objective c have function overloading?

1 Answers  


What is the definition of an objective statement?

1 Answers  


What is the principle distinction between the function calls and messages?

1 Answers  


What is a dispatch function?

1 Answers  


Distinguish between @synthesize and @dynamic in objective –c?

1 Answers  


Can objective c run on windows?

1 Answers  


Can you please explain the way messaging works in objective-c?

1 Answers  


What are the characteristics of the category?

1 Answers  


Categories