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 does @synchronized() do?
Explain how to call a function in objective-c?
What is the latest version of objective-c?
How to convert data to string in objective c?
How to call methods in objective c?
Is objective-c is used in window also?
How to make a code snippet thread safe?
What is the difference between underscore and self (i.e self.xx and _xx) ?
Why is objective c syntax so weird?
What is protocol in simple words?
What is the class of a constant string?
What do you understand by protocol?