Answer Posted / mahesh
No, I didnt think distructor is supported by C# as far as
dispose() is concern it is used for clean up code like
finalize the object is distroyed automatically by garbage
collector
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
what is the scope of anonymous type ?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is difference between ilist and list in c#?
When can a derived class override a base class member?
What is namespace c#?
what is the meaning of Object lifetime in OOPS
What is the purpose of the integer parse method the decimal parse method?
Explain types of comment in c# with examples
How is exception handling implemented in c#?
What is serialization of data?
Distinguish between the Debug class and Trace class with its functionality?
What is difference between assembly and namespace?
What is the default boolean value in c#?
What is a verbatim string literal and why do we use it?