Interview Questions

How can you clean up objects holding resources from within the code?

C# Interview Questions and Answers


(Continued from previous question...)

221. How can you clean up objects holding resources from within the code?

Call the dispose method from code for clean up of objects

(Continued on next question...)

Other Interview Questions