I was thinking about object oriented design today, and I was wondering if you should avoid if statements. My thought is that in any case where you require an if statement you ca
Creating a whole new class for an else, while technically doable, would likely result in code that is hard to read, maintain, or even prove correct.
else