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 the extension of c# file?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
What is thread.sleep()?
What is assembly c#?
Why we use extension method in c#?
What language is arduino?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What are variables in c#?
My switch statement works differently! Why?
What is parameterized constructor?
Why we use methods in c#?
How do you read an Excel sheet in C#?
What is c-sharp (c#)?
How do you inherit a class into other class in c#?
What is array c#?