Answer Posted / puneet
Desturctors are very much supported by c#. Internally a c#
destructor is converted to a finalize method call.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
Explain the feature of c# language?
How big is a float?
What does question mark mean in c#?
What is delimiter in c#?
Why is c# a good programming language?
What is static class in C#?
What is event delegate in c#?
What is lazy class in c#?
What is static variable in c#?
Explain when should you call the garbage collector in .net?
Is inheritance possible in c sharp?
Why do we need interfaces in c#?
What are the differences between a class and a struct?
How can we sort an array in c#?