What is the primary use of the category in the objective-c?
Answer / Hidayat Abbas
The primary use of categories in Objective-C is to extend existing classes by adding new methods, properties, or modifying the behavior of existing ones. Categories allow developers to add functionality to third-party libraries or frameworks without modifying their original code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c difficult?
What does the m mean in xcode?
How to implement in app purchase in ios objective c?
What is dictionary objective c?
What are kvc and kvo? Provide an example.
Which language does apple use?
What is the protocol in objective c?
What is difference between method and constructor?
What does the objective c program fundamentally comprise of?
What is concept of property?
What do you mean by category and when to use it?
How to use objective c file in swift?