5

When you spend ages making a really nice for loop for handling multiple classes similar functionality, only to have it all messed up by one overloaded method

Comments
  • 1
    Isn't that why you implement stuff via interfaces and not via inheritance?
Add Comment