MCQs > IT & Programming > Objective C > Objective-C allows you to define protocols, which declare the methods expected to be used for a particular situation.

Objective C MCQs

Objective-C allows you to define protocols, which declare the methods expected to be used for a particular situation. Protocols are implemented in the classes conforming to the protocol. The methods under keyword (...) must be implemented in the classes that conform to the protocol and the methods under (...) keyword are optional to implement.

 

Answer

Correct Answer: @required, @optional

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