What does the gc () method?
Answer / Rachna Yadav
In Objective-C, there is no built-in `gc()` method for managing memory like in some other programming languages. Instead, objects' memory is managed automatically using ARC (Automatic Reference Counting) or manually using retain and release methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a protocol in objective c?
What is objective c and swift?
Can we create dynamic classes in objective c? If yes, explain how to create with a valid use case?
What is the difference between nsstring and string?
Tell me about important protocol being used in objective c?
Is python static or dynamic?
What is objective c?
How messaging works in objective-c?
What is an m file?
What is method swizzling in objective c and why would you use it?
How do you define a protocol?
Why create a custom view?