Zensar Technologies Interview Question

What does Finally code block include in C# code

Interview Answer

Anonymous

Dec 1, 2015

any piece of code that needs to executed for sure without satisfying any conditions is written in finally block.