Why developer need to use Switch instead of if else if?

If else if
1.Slow
2.Poor maintainability


Switch
1.Fast
2.Easy to maintain

Comments