What is the use of category in objective-c?
Answer / Bikram Kumar Tiwary
Categories allow you to add new methods and properties to an existing class without subclassing. This can be useful for extending Apple's built-in classes, for example.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is objective writing?
How to convert data to string in objective c?
How do you write an objective statement?
Explain how to call a function in objective-c?
Distinguish between @synthesize and @dynamic in objective –c?
How to convert objective c project to swift?
Explain the difference between atomic and nonatomic synthesized properties.
Can we create dynamic classes in objective c?
Is objective c better than swift?
What’s the contrast between utilizing a delegate and warning?
How is string represented in objective-c?
Does copy increase retain count?