destructor, Dispose, Finalize - How they relate to each other
Answer Posted / radhika
All three are used to clean the unmanaged resources
explicitly.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Is var a data type?
what is IDisposal interface,IComparable,IEquatable,IFormatable
How can you access a private method of a class?
How to reduce image resolution in C#?
Define an abstract class?
What does mean c#?
What is c# used for in the industry?
What is difference between singleton and static class in c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Define c# delegate?
What is gac? How to put assembly in gac?
What are the types of attributes in c#?
How many types of collections are there in c#?
Define assert() method? How does it work?
Does constructor return any value in c#?