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 are the main objectives of training?
How we can layout subviews in a view?
Is objective c the same as c++?
What is dictionary objective c?
How do you define a block?
What is the difference between property and instance variable?
How do you insert a block?
What is difference between objective c and swift programming?
Explain what is @synthesize in objective-c?
What is a category extension?
What is a .m file?
What is lazy var?