You create an unmanaged object and use the object. You no longer need the object. What should
you do?
A.
Set the value of the variable to null.
B.
Cache the variable’s value in a static variable.
C.
Dispose the object to release memory.
D.
Cast the object to its base type.