Is method and function same?
Answer / Gopal Trivedi
"Method and Function" are similar in that they both represent a set of instructions to perform an action. However, methods belong specifically to objects in Objective-C, while functions can exist independently.n"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a script and function?
Is objective c dynamically typed?
How do I open .m files?
What is synthesize objective c?
What are the differences between copy and retain?
What is polymorphism in objective-c?
What are the attributes of category?
How do I create a bridging header file?
What is a .m file in xcode?
What is the principle distinction between the function calls and messages?
When should you call dealloc method? Is it possible to implement dealloc in arc?
Explain the difference between #import and #include in objective-c?