C# (Sharp) Programming Language Question:
Download Questions PDF

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

Answer:

Call the dispose method from code for clean up of objects

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Describe ways of cleaning up objects in C#.Which controls do not have events?