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
Can we instantiate abstract class in c#?
Are attributes inherited c#?
What does this keyword mean in c#?
What is datacontract in c#?
How do you declare a method in c#?
What is the use of flag in c#?
What is type safe code?
Describe a Struct ?
What can we do to handle multiple exceptions?
What is .cs file in c#?
What does public mean in c#?
What is args c#?
What is mvc firstordefault?
What is a console application in c#?
What is Named parameter in C#?