iOS Developer Question:
Download Questions PDF

What is a Collection?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

A Collection is a Foundation Framework Class that is used to Manage and Store the group of Objects. The primary role of a Collection is to store Objects in the form of either a Set, a Dictionary or an Array.

Download iOS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain usage of struct?What is the First Responder and Responder Chain?