adspace
Answer Posted / Dharmendra Maurya
Cleaning up objects in C# can be done through various methods such as garbage collection (managed memory), IDisposable interface, using statement, and destructor (finalizer).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers