Answer Posted / Gaurav Prakash
Class extensions in Objective-C are a way to add methods and properties to existing classes without subclassing. This allows for code organization and prevents conflicts with other extensions or the original class implementation. You might need them when you want to extend the functionality of an existing class without modifying its source code.
| 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