Multiple choice Which of the following is a correct statement about 'autorelease' in Objective C? It acts as a medium between the memory system and the garbage collection. All the released objects are included in the autorelease pool. All of the objects must be passed in a method pool. Some objects can be forced to autorelease. Every program must create its own object. Reveal answer Fill a bubble to check yourself D Correct answer Explanation The objects cannot be forced to autorelease.