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
What is delimiter in c#?
Explain streamreader/streamwriter class?
Which of these string definitions will prevent escaping on backslashes in c#?
Why we use dll in c#?
What is the console on a mac?
What is immutable in C#?
Can fields inside a class be virtual?
Explain the use of SN.exe
Where do we use static class in c#?
What is default constructor in c#?
What is reflection c#?
Explain the use of virtual, sealed, override, and abstract method?
How do you use nullable?
What is default value of decimal c#?
what is inheritance and an example in vb.net and c# of when you might use it?