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
How do partial classes work in c#?
Is null empty or whitespace c#?
What is sqlconnection in c#?
What is yield break in c#?
Is c# front end or back end?
What are Indexers in C#?
What are extension methods and where can we use them?
What is dynamic object in c#?
What are classes in c#?
What is event delegate in c#?
What is web forms in c#?
How do you sort a list in c#?
Define satellite Assembly in .NET?
What's the difference between a static method and a non static method c#?
What is a property in c#?