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
How many bits is int32?
Is object an int c#?
Is a games console a computer?
Why do we use partial class in c#?
What is an escape sequence? Name some string escape sequences in c#.
What is the difference between system.string and system.text.stringbuilder classes?
What are properties in C#?
What is ildasm.exe used for?
How do I download a program to my desktop?
Why do we still see so much non-oo code written in c# today?
Can we have static indexer in c#?
What is a function c#?
What are strings in c#?
What is c sharp used for?
What does return do in unity?