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 a class property?
Is swift or objective c better?
Why swift is faster than objective c?
What are the main objectives of training?
What are the important data types found in objective-c?
Can you use objective c in swift?
What is difference between datasource and delegate?
What is an example of category?
What is the difference between a script and function?
How to initialize nsmutabledictionary in objective c?
How to restart app in objective c?
What happens when you create a block?