Answer Posted / Vikram Rajesh Kumar
"Strong and Weak" are memory management properties in Objective-C. A property with strong attribute retains its instance variable, preventing it from being deallocated while the object remains in use. On the other hand, a property with weak attribute does not retain its instance variable, allowing it to be deallocated whenever its parent object is released.n"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category