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 |
Can delegates be retained?
Is swift or objective c better?
What do you mean by category and when to use it?
What is assign property in objective c?
What is the primary use of the category in the objective-c?
Explain the types of protocol?
When is toll-free bridging useful?
Is nsobject a parent class or a derived class?
What is an nsobject?
What is difference between array and nsarray?
Does objective c have garbage collection?
What are the differences between copy and retain?