Search Results

2
votes

Objective-C switch using objects?

The most common refactoring suggested for eliminating if-else or switch statements is introducing polymorphism (see …