Explain what are the attributes of category?
Answer / Tapas Dubey
In Objective-C, a category adds new methods or properties to an existing class without modifying its original source code. The attributes of a category include: n1. Category name: A unique name to identify the category. n2. Class name: The class to which the category is being added. n3. Methods and properties: New methods or properties that are being added to the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Distinguish between @synthesize and @dynamic in objective –c?
Can delegates be retained?
Does objective-c contain private strategies?
Which is better swift or objective c?
Is objective c similar to java?
What is the difference between polymorphism and abstraction?
How do I open .m files?
What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?
Mention whether nsobject is a parent class or derived class.
Is struct a class?
What is m script in matlab?
What is difference between nsstring and nsmutablestring?