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 |
What is gcd? What are its advantages over nsthread?
How to call function?
What is #import?
What is a delegate objective c?
What is the major difference between objective c and swift?
Is c and objective c the same?
How would I make a static strategy?
What is difference between array and nsarray?
What are objective- c blocks?
How different is objective c from swift?
What is dictionary objective c?
Does copy increase retain count?