MCQs > IT & Programming > Objective C > In Objective-C, retain counts are the way in which memory is managed.

Objective C MCQs

In Objective-C, retain counts are the way in which memory is managed. When you create an object, it has a retain count of (...). When you send an object a retain message, its retain count is incremented by (...). When you send an object a release message, its retain count is decremented by (...). When you send an object a autorelease message, its retain count is decremented by (...) at some stage in the future. If an objectʼs retain count is reduced to (...), it is deallocated.

Answer

Correct Answer: 1, 1, 1, 1, 0

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