public void WriteLine( string output, bool bold, string color = null, int size = 0 ) public void WriteLine( string output, bool bold, string color = null, int size ...
Even though the types of data we pass are different, we are always calling a method with the "same name", which is "WriteLine". Why is it that we don't have to change the method name, like ...