Vidyalelo
C# Programming · Q154

Classes and Objects in C Sharp

Programming · C# Programming · question 154

Q154

The method called by clients of a class to explicitly release any resources like network, connection, open files etc. When the object is no longer required?

A.
Finalize()
B.
End()
C.
Dispose()
Answer
D.
Close()

Answer: Option C

Solution

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