4
Reply

When using a switch statement in C# ?

Nigel Fernandes

Nigel Fernandes

Jul 27 2017 10:12 PM
245
Is it ok to write many lines of code in each SWITCH CASE
OR
for such a situation one must use an IF statement ?
 
The program works in both scenarios but what is the best practise Or what is followed in industry ?
 
Thanks.

Answers (4)