Is objective c garbage collected?
Answer / Shah Alam
No, Objective-C does not have automatic garbage collection. Memory management in Objective-C is handled manually through allocating and deallocating objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What can’t we put into an array or dictionary?
What is strong and weak in objective c?
What is delegation protocol?
How do you call a method in objective c?
What is the class of a constant string?
What is enum constant?
What is protocol with example?
What is difference between extern and global?
How do I create a bridging header file?
What are some of the major differences between objective c and swift?
Does objective-c contain private strategies?
How to add object to nsarray objective c?