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
What is session management in c#?
Are c# objects passed by reference?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is the syntax for calling an overloaded constructor within a constructor?
Difference between directcast and ctype.
What is the difference between and xml documentation tag?
What does question mark mean in c#?
how can one use hcl and c sharp together?
What is the adv of using System.Text.StringBuilder over System.String?
What are async and await?
What is ienumerable and iqueryable?
What are static and dynamic variables?
What are custom exceptions? Why do we need them?
Explain copy constructor?
What is difference between managed and unmanaged code?