What is the use of "default" and "Using" keyword?
Answer Posted / ravi
"default" ensures the correct initialisation takes place
and "Using" ensures the disposal of object.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is default c#?
what is the difference between convert.tostring() and tostring() functions ?
What is iqueryable?
What is string in c# net?
What is the difference between protected and private?
Which are access modifiers available in c#?
What is reference c#?
What are the namespace level elements?
What is singleordefault c#?
Explain the process of Serialization?
What is xml serializer?
What is the difference between ref and out in c#?
What does int parse do in c#?
What does this keyword mean in c#?
Are constructors inherited c#?