What is category in objective c?
Answer / Anshu Kumar
A category allows you to add methods to an existing class without subclassing. Categories can also be used to extend the functionality of existing classes from third-party libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?
What is an objective description?
What is the class of a constant string?
What is delegate? Can delegates be retained?
What are the classifications of property?
Is swift based on objective c?
How to implement in app purchase in ios objective c?
What is a selector objective c?
What is synthesized in objective-c?
Is struct a class?
What is meant by not thread safe?
How do I create a bridging header file?