By the end of watching this video, you should be able to understand how to call non-static void methods with parameters.
You should know the following after watching this video:
A method signature for a method with parameters consists of the method name and the ordered list of parameter types.
Values provided in the parameter list need to correspond to the order and type in the method signature.
Methods are said to be overloaded when there are multiple methods with the same name but a different signature.