What are the characteristics of the category?
Answer / Dilip Kumar
In Objective-C, categories allow you to add methods and properties to an existing class without subclassing. This means that categories can extend existing classes with new functionality, without altering the original source code. They also provide a way to organize code by separating related methods into their own files.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a class property?
What are the advantages of using objective-c?
Is objective c type safe language?
Which language does apple use?
Can protocols have properties?
How to add custom cell in uitableview in objective c?
List out the methods used in nsurl connection?
What is a category in objective c?
What does mean in objective c?
What do you mean by synthesized in objective-c?
How to convert string to nsnumber in objective c?
Explain the types of protocol?