Is reference counting garbage collection?
Answer / Harish Agarwal
No, reference counting and garbage collection are different memory management strategies. Reference counting maintains the count of objects that have a strong reference to another object, while garbage collection automatically frees up unused memory by periodically scanning objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is nsarray objective c?
Is objective-c a dynamic language?
What is delegate in objective c?
Explain what is dot notation?
Who made objective c?
What is typedef objective c?
What is the difference between a script and function?
Explain types of protocol?
What is instance variable objective c?
What is id?
How do you write an objective summary?
What is the difference between nsstring and string?