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
Does the variables of a private class-level inherited?
What are the different states of a thread?
What are the Types of assemblies that can be created in dotnet
Explain the term inheritance in C#.
Who is a accessibility modifier “protected internal†available to ?
What is public or shared assemblies ?
Is datetime value type c#?
Is functional interface runnable?
What is difference between list and dictionary in c#?
Difference between debug.write and trace.write?
Why should I use interface in c#?
Name the connections does microsoft sql server support?
How do you create user defined data types in c#?
Why do we need delegates?
Can you instantiate an abstract class c#?