> >What if I > > wanted to override a function for a little while? I could assign it a > > new value and use the same methods of a different class! > > Then you'll just override it. My question is, why would you want to > override a method with a variable? I have no problem with overloading a > method with another method, and neither should the interpreter. What if instead of printing bar's output with puts bar, bar was a local variable so it printed an error message alerting the user that something wrong has happened. I don't really know when it would be useful, but who knows. What if someday I find that it is?