What is the difference between method and type?
Answer / Bhupendra Kumar Singh
"Method and Type" have different contexts in Objective-C. A method is a function that is called on an object to perform some operation, while a type refers to the data type of a variable or constant.n"
| Is This Answer Correct ? | 0 Yes | 0 No |
How the class “implementation” is represented in objective-c?
Is swift based on objective c?
How to declare variable in objective c?
What is an objective description?
What do you mean by @synthesize and @dynamic in the objective-c?
What does mean in objective c?
When will you use nsarray and nsmutablearray?
What is dictionary objective c?
Is objective c garbage collected?
What is thread safe function?
What are kvc and kvo? Provide an example.
What's the difference between a thread safe and a thread unsafe function?