Answer Posted / mahesh
No, I didnt think distructor is supported by C# as far as
dispose() is concern it is used for clean up code like
finalize the object is distroyed automatically by garbage
collector
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is hashtable in c# net with example?
Is hashset serializable c#?
Is array ienumerable c#?
What does console readkey do in c#?
Write a short note on interface?
Which is better interface or abstract class in c#?
What is string method in c#?
How to create multi-dimensional array?
In which order the destructor is called for an inherited class?
What are delegates in C#?
What is c# commonly used for?
Why do we use public static void main in c#?
List down the differences between public, static and void keywords?
What is a hashset c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?