Explain ARC?

Submitted by: Muhammad
ARC represents Automatic Reference Counting. It is a Compiler level feature that simplifies the process of managing the lifetimes of Objects in Objective – C. ARC evaluates the Lifetime requirements of Objects and automatically includes appropriate Methods to be called during Compilation.
Submitted by: Muhammad

Read Online iOS Developer Job Interview Questions And Answers