Method/Constructor overloading
We know the steps that occur when a method is invoked
But, in fact, the name of the method is not sufficient to determine which method definition to use
You can use the same method name for multiple methods -- method overloading
Need info other than name to uniquely identify methods