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
What is string method in c#?
What is the meaning of extention?
What does async mean in c#?
What is a predicate in c#?
What are native methods?
What is the solution if you need to manipulate sets of items?
Why we use get and set property in c#?
What is difference between out and ref in c#?
What is form feed and carriage return?
How can you reference current thread of the method ?
What is a property in c#?
Explain the difference between boxing and unboxing.
What is a static property. Give an example?
If a method's return type is void, can you use a return keyword in the method?
Can abstract class have constructor in c#?