Multiple choice Which of the following is/are correct about 'fast enumeration' in Objective C? It is used to iterate through a collection. It can throw an exception in case the collection is mutated. It allows returning a pointer to internal storage. Fast Enumeration supports using NSEnumerator objects. All of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes all are correct.