What is strong and weak in objective c?
Answer / 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 |
What is id type in objective c?
What is nsstring?
What number distinctive annotations is accessible in objective-c?
What is the main difference between function calls and messages?
How to create uibutton programmatically in objective c?
What is extern objective c?
What does alloc mean in objective c?
What is an example of category?
What is delegate? Can delegates be retained?
Explain application life cycle or application states?
How much does m files cost?
Can we have multiple uiwindows in ios?