What is a category in objective c?
Answer / Franklin Eric Kujur
"A category in Objective-C is a feature that allows you to add new methods, properties or categories to an existing class without modifying the original source code. Categories are defined in a .m file and include the @interface directive followed by a name enclosed in parentheses."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is id?
Explain what is the principle distinction between the function calls and messages?
How to add custom cell in uitableview in objective c?
How to convert data to string in objective c?
What is delegate? Can delegates be retained?
What is m files document management?
Why create a custom view?
What are the two types of tangible property?
How to call objective c function in swift?
Is objective c, a dynamic language? True/false, explain.
What is id type in objective c?
What is the protocol in objective c?