MCQs > IT & Programming > Objective C > A category is a group of related methods for a class, and all of the methods defined in a category are available through the class as if they were defined in the main interface file.

Objective C MCQs

In Objective-C, a category is a group of related methods for a class, and all of the methods defined in a category are available through the class as if they were defined in the main interface file. Instead of the normal @interface declaration, we include the category name in (...) after the class name we're extending.

Answer

Correct Answer: `()`

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Objective C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Objective C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it