Answer Posted / vimala
the dispose() method is used to remove the unused resources
from the memory.
whereas the destructor () method is used to deallocate the
allocated memory by the constructor() method.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is data quality assurance?
What is the task perform by clr?
How can an inner class access the members of outer class?
can multiple catch blocks be executed for a single try statement?
What is the use of protected in c#?
How many digits are in an integer?
What is difference between C# and VB.NET?
Can you declare a class or a struct as constant?
What is dictionary and hashtable in c#?
What is Inheritance in C#?
Why do we use static methods in c#?
What is yield keyword?
What are constants in c#?
What is the difference between Object and class adapters?
Explain the difference between user control and custom control. Also, explain their use.