Adding New Operations Without Modifying Classes:?
- You can add new operations (like taxes or shipping costs) by simply creating
new visitor classes without needing to modify the existing elements (Book,
Fruit). This makes it easier to extend functionality in the future.