MCQs > IT & Programming > Objective C > Which one is NOT correct regarding memory management in Objective-C ?

Objective C MCQs

Memory management is one of the most important processes in any programming language. It is the process by which the memory of objects are allocated when they are required and deallocated when they are no longer required. Objective-C Memory management techniques can be broadly classified into two types: "Manual Retain-Release" or MRR and "Automatic Reference Counting" or ARC. Which of the following is NOT correct regarding memory management in Objective-C ?

Answer

Correct Answer: In MRR, when we no longer need an object, we must relinquish the ownership by sending it a release message; the autorelease message tough can only be sent in ARC contexts.

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