This video shows an example of a method called "doSomething" that we overload with different parameters
0:05 - A method that takes a String & an int as parameters
0:30 - An overloaded method that takes a String & a double
1:22 - Testing the methods
2:00 - An overloaded method that takes two Strings
3:25 - An overloaded method with a different number of parameters
4:00 - Discussion about the overloaded methods