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 difference between extern and global?
How to sort array of dictionary in objective c?
What is the difference between class and category?
Explain mutable types in objective c programming language?
Why swift is better than objective c?
What does the m mean in xcode?
What is m script in matlab?
How to declare variable in objective c?
How to add object to nsarray objective c?
What are objective c properties?
Is objective c deprecated?
What is the difference between function and objective?