iOS Developer Question:

What is the "interface" and "implementation"?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

interface declares the behavior of class and implementation defines the behavior of class.


Previous QuestionNext Question
What is meaning of "assign" keyword?How to use reusable cell in UITableview?