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 retain count?
What objective-c program consists of?
Can you please explain the way messaging works in objective-c?
What are the size classes?
Is objective c similar to c++?
What is class extension?
What does it mean to be objective?
What is single inheritance in objective-c?
What are the main objectives of training?
Is reference counting garbage collection?
What is protocol in objective-c?
What is category in objective c?