Answer Posted / Dilip Kumar
In Objective-C, categories allow you to add methods and properties to an existing class without subclassing. This means that categories can extend existing classes with new functionality, without altering the original source code. They also provide a way to organize code by separating related methods into their own files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category