which statements is used to replace multiple if-else statements in code?

 Posted by aswinialuri-19361 on 6/12/2013 | Category: ASP.NET Interview questions | Views: 5763 | Points: 40
Answer:

In Vb.Net the select case statement is used to replace multiple if-else statement.
and in c# the switch-case statement is used to replace multiple if-else statement.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response