user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 66. What Is Reference Counting In Com?

user image

Abhishek Mishra

2 years ago

Reference counting is a memory management technique used to count how many times an object has a pointer referring to it. The first time it is created, the reference count is set to one. When the last reference to the object is nulled, the reference count is set to zero and the object is deleted.

Recent Doubts

Close [x]