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 are the Features in .net framework 1.1
What are native methods?
What is desktop application testing?
What are functions c#?
What is difference between continue and break in c#?
Is double a decimal?
Is null == null c#?
What is the difference between inheritance and abstract class?
What is the data encapsulation?
Is hashset serializable c#?
What is use of list in c#?
what is the Difference between the public and private ?
List the difference between interface and abstract class?
Tell me the difference between value passing and address passing?
What is the implicit name of the parameter that gets passed into the class set method?