How declare methods in objective c?
Answer / Renu Yadav
Methods are declared using the @interface directive, and implemented using the @implementation directive.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you understand by protocol?
How to create uibutton programmatically in objective c?
What is objective c good for?
What can objective c be used for?
How would I make a static strategy?
Is objective c similar to c++?
What does @synchronized() do?
What is objective c runtime?
How to call function in objective-c?
What is dynamic dispatch method?
What is enum constant?
What is a delegate? Can you retain delegates?