Question
Which data structure or concept is best described as a memory-management technique that tracks how many references point to an object?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Reference Counting
Explanation:
Reference Counting is a memory-management technique that tracks how many references point to an object.
This description distinguishes it from the other choices.
Leave a Reply