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 is id?
Is objective c better than c++?
What is block in objective c?
What is delegation protocol?
Can we implement dealloc in arc? If yes, what is the need to do that?
What are some of the major differences between objective c and swift?
What is a dispatch function?
Does objective c have multiple inheritance? Why not? How to imitate various inheritance?
What is kvc and kvo?
What are the advantages of swift over objective c?
What is a nsstring?
Does objective c have pointers?