iOS Developer Question:

Download Job Interview Questions and Answers PDF

What is the meaning of "strong"keyword?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

*strong -o "own" the object you are referencing with this property/variable. The compiler will take care that any object that you assign to this property will not be destroyed as long as you (or any other object) points to it with a strong reference.

Download iOS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is Category in Objective c?what is use of NSOperation? how NSOperationque works?