|
|
|
|
|
by ufo
4277 days ago
|
|
Switch statements are extensible in that you can add extra switch statements to your program without needing to go back and add a method to every class you coded, spread over a dozen different files. Its the old ExpressionProblem tradeoff. |
|