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 2 kinds of data type conversions in c#?
Which operator cannot be overloaded in c sharp?
Why do we use stringbuilder in c#?
Which namespaces are necessary to create a localized application?
What Is A Multicast Delegate?
Is c# static or dynamic?
What is a string c#?
What is use of private class in c#?
Can abstract class have parameterized constructor?
Can you describe iuknown interface in short?
what are the differences between a class and structure
Can we extend static class in c#?
What is an int c#?
Define Final Class in C#
What is the base class of all classes in c#?