What is the function of the category?
Answer / Pooja
In Objective-C, categories allow you to extend existing classes with new methods without modifying the original source code. Categories can define additional instance methods and class methods for a class. They are useful when you want to add functionality to an existing class without altering its original implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a dispatch method?
What is block in objective c?
How to check array contains value in objective c?
What is the difference between property and instance variable?
What is a block objective c?
What do you mean by cocoa?
What is an instancetype?
Can you write setter method for a retain property?
How do you write an objective statement?
What is posing in objective c?
What is nsarray objective c?
What is a delegation protocol?