What is id?
Answer / Kumar Alok Ranjan
`id` is a generic Objective-C data type that represents any object in the program, regardless of its specific class. It's often used as a return type for methods that can return objects of different classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
What is the main difference between function calls and messages?
What objective-c program consists of?
Who invented objective c?
How to reverse array in objective c?
What is difference between objective c and c?
What do you mean by category and when to use it?
Is swift objective c?
What is a selector objective c?
Mention which class can you use for parsing of xml in iphone?
What is block variable?
How do you insert a block?