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 |
What are benefits of collections views?
What is super in objective c?
What does the objective c program fundamentally comprise of?
What does mean in objective c?
How to call a function in objective-c?
Explain what is #import?
What is the class of a constant string?
What are properties and instance variables in objective c and swift?
What is dynamic dispatch method?
What is abstract class in objective c?
Explain how the class “implementation” is represented in objective-c?
What is a selector objective c?