Answer Posted / chinju
yes c# support destructor.it is used to delete object
explicitly.Dispose() is used for this.if we didn't write the
destructor explicitly it will call the default destructor ie
Finalize().always destructor is executed after the execution
of name space
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why main is static in c#?
Is it possible to execute multiple catch block for a single try statement?
What is the purpose of namespace?
Can non-default constructors be used with single call sao?
What are extender provider components?
What do you mean by thread safe in c#?
What are the extension methods in c#?
What is 8 bit signed integer?
Define a jagged array in c#?
i want o/p 011242110 in c# code.
What does int32 mean?
What are the advantages of using delegates in c#?
What is dto c#?
Can we use "this" command within a static method?
Explain the mechanism of VB.NET/C# achieve polymorphism?