IPhone Developer Question:

Download Job Interview Questions and Answers PDF

What is fast enumeration?

IPhone Developer Interview Question
IPhone Developer Interview Question

Answer:

Fast enumeration is a language feature that allows you to enumerate over the contents of a collection. (Your code will also run faster because the internal implementation reduces
message send overhead and increases pipelining potential.)

Download IPhone Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the difference between frame and bounds?Define struct?