C# (Sharp) Programming Language Question:
How can you clean up objects holding resources from within the code?

Answer:
Call the dispose method from code for clean up of objects
Previous Question | Next Question |
Describe ways of cleaning up objects in C#. | Which controls do not have events? |