Answer Posted / penchal das
Dispose()is a method which is used to deallocate the unused
resources.
Destructor() is a method which is called when an object was
destroyed.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the concept of strong names?
What is the difference between string and string in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is web forms in c#?
Does constructor return any value in c#?
What is the main method in c#?
How do partial classes work in c#?
What is array and its types in c#?
What is difference between Enum and Struct?
What is the use of inheritance in c#?
What is difference between array and arraylist c#?
How to update the gui from another thread in c#?
What is difference between sleep () and wait ()?
Is predicate a functional interface?