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 the isa member?
What is the purpose of the protocol?
How do you get closure?
What is m script in matlab?
What is umbrella header?
What are the important data types found in objective-c?
What is instance variable objective c?
What is a process and thread?
What is nsstring?
How messaging works in objective-c?
Why create a custom view?
What is the difference between function and objective?