What is id type in objective c?
Answer / Surabhi Sachdeva
"id" is a basic Objective-C data type that represents an object pointer. It can be used as the return type of methods that return objects, or as the type of instance variables that hold object pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is property in objective c?
What is difference between method and constructor?
What is mark and sweep algorithm?
Is swift objective c?
What is the use of objective c?
What is difference between c and objective c?
What is instancetype?
What is gcd?
What is the primary use of the category in the objective-c?
What is a process and thread?
When is toll-free bridging useful?
Is nsobject a parent class or a derived class?