Which of the following statements about the Using statement is true?
a) It simiplifies writing code in which you use a resource
b) It only works with objects that implement the IDisposable interface
c) It implicitly places its body in a Try block, and includes a Finally block which executes the object’s Dispose method
d) All of the above
d) All of the above
Computer Science & Information Technology