What is a category extension?
Answer / Hemant Kumar Budakoti
"A category extension in Objective-C is a way to extend an existing class and add new methods, properties, or categories to it without modifying the original source code. It allows you to create custom functionality for built-in classes as well as third-party libraries."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain types of protocol?
What is toll-free bridging?
What is better objective c or swift?
What are the attributes of category?
Is objective c garbage collected?
What is difference between mutable and immutable?
Does objective c have multiple inheritance? Why not? How to imitate various inheritance?
Can I use objective c in swift?
What is struct in objective c?
Explain how to call a function in objective-c?
What is the difference between weak and unowned?
Explain the difference in xib/storyboard vs nib?