MCQs > IT & Programming > Objective C > Memory management is one of the most important processes in any programming language

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. In (...), when we no longer need it, we must relinquish ownership of an object we own: We relinquish ownership of an object by sending it a release message or an autorelease message. In Cocoa terminology, relinquishing ownership of an object is therefore typically referred to as "releasing" an object.

Answer

Correct Answer: ARC

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