iOS Developer Question: Download iOS Developer PDF

Explain me what is Fast Enumeration?

Tweet Share WhatsApp

Answer:

Fast enumeration is a iOS Programming Language feature that enables you to enumerate over the contents of a collection. It will also make your code execute your code faster due to internal implementation which gets reduced message sending overheads and increased pipelining potential.

Download iOS Developer PDF Read All 102 iOS Developer Questions
Previous QuestionNext Question
Explain the difference between Inheritance and Category?Explain xib?