iOS Question:
Download Job Interview Questions and Answers PDF
Define fast enumeration?
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 pipe-lining potential.)
Download iOS Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain app bundle? | What is struct? |