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 |
What is the purpose of the protocol?
What does __ block do?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
What is synchronized() block in objective c?
What are the types of ios binaries you can create using xcode?
What is the class of a constant string?
What is .m file in objective c?
What are some of the major differences between objective c and swift?
What are the rules of variable?
Why swift is faster then objective c?
What are the classifications of property?
What is the point of closures?