iOS Developer Question: Download iOS Developer PDF

Please explain what is difference strong and weak reference?

Tweet Share WhatsApp

Answer:

complier with be responsible for lifetime of object which is declared as strong. for weak object - compiler will destroy object once strong reference that hold weak object get destroyed.

Download iOS Developer PDF Read All 102 iOS Developer Questions
Previous QuestionNext Question
What framework is used to construct application’s iOS User Interface?Explain steps for using coredata?