Does objective c have garbage collection?
Answer / Raj Bhushan Dube
No, Objective-C does not have built-in garbage collection. Memory management is handled manually or with the help of libraries like ARC (Automatic Reference Counting).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the principle distinction between the function calls and messages?
Explain how to call function in objective-c?
Is python static or dynamic?
What is the purpose of the protocol?
What is extern objective c?
What are the classifications of property?
What is property classification?
What is a dispatch function?
Is objective c type safe?
Is objective c garbage collected?
What is the difference between a script file and a function matlab?
What is the difference between class and category?