What is mark and sweep algorithm?
Answer / Jitendra Kumar Sahu
Mark-and-sweep is a garbage collection algorithm used in memory management to identify and free up objects that are no longer being referenced by the program. It works by first 'marking' reachable objects, then 'sweeping' (deallocating) unreachable objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does objective c have multiple inheritance? Why not? How to imitate various inheritance?
What is objective point of view?
What is a block objective c?
What is the purpose of the protocol?
Can you retain delegates?
What are the important data types found in objective-c?
When should you call dealloc method?
Is apple stopping supporting objective c?
How do I create an objective c class in xcode?
What is abi stability?
What is posing in objective c?
How do I create a bridge header in objective c?