MCQs > IT & Programming > IOS Technical Test > What is the effect of using 'weak' in the following @property definition: @property (nonatomic, weak) SomeClass *responder; ?

IOS Technical Test MCQs

What is the effect of using 'weak' in the following @property definition: @property (nonatomic, weak) SomeClass *responder; ?

Answer

Correct Answer: The responder object is not retained and the pointer is set to nil when the object is destroyed

Explanation:

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

IOS Technical Test Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

IOS Technical Test Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it