Vidyalelo
C# Programming · Q20

Miscellaneous in C Sharp

Programming · C# Programming · question 20

Q20

What does the "using" keyword do in the context of IDisposable objects in C#?

A.
Imports namespaces
B.
Declares variables
C.
Handles exceptions
D.
Automatically disposes resources
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board