What number distinctive annotations is accessible in objective-c?
Answer / Ravi Kumar Ravi
In Objective-C, the only unique annotation available is @interface. This is used to define a class or category.
| Is This Answer Correct ? | 0 Yes | 0 No |
What happens with the objects if the array is released?
What is #import?
What is difference between mutable and immutable?
Is objective c better than swift?
Who calls dealloc method? Can we implement dealloc in arc?
Is objective c garbage collected?
How to make a code snippet thread safe?
Can I use objective c in swift?
How to add object to nsarray objective c?
What is protocol in networking?
Explain types of protocol?
What is an example of category?