Answer Posted / penchal das
Dispose()is a method which is used to deallocate the unused
resources.
Destructor() is a method which is called when an object was
destroyed.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the object class in c#?
How do you pass reference parameters in c#?
What is the difference between decimal and integer?
Why is it not a good idea to use empty destructors?
What is the difference between selection and projection?
Explain jagged arrays in c#?
What is the delegate in c#?
What is difference between .net and c#?
Why do we use virtual methods in c#?
What is difference between event and delegate in c#?
What is 8 bit signed integer?
What is concrete class in c#?
Give examples for reference types?
Contrast System.String and System.Text.StringBuilder classes?
How to reverse each word in a string using c#?