Answer Posted / mr. d
Using Dispose() method releases all the resources and memory
occupied by that object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is static void main in c#?
What does static mean in c sharp?
What is the default value of date?
Is multiple inheritance possible in c#?
What is difference between method and function in c#?
What is the property of class?
Why do we need indexers in c#?
Define multicast c# delegate?
What is difference between list and ilist in c#?
Explain the difference between a namespace and assembly name in .net?
Can abstract class be sealed in c#?
What is the use of tuple in c#?
Is dictionary a collection?
List the differences between method overriding and method overloading?