You do not have to use the Overloads keyword when you are defining multiple overloaded procedures in the same class. However, if you use Overloads in one of the declarations, you must use it in all of them.
You cannot specify both Overloads and Shadows in the same procedure declaration.
You cannot specify both Overloads and Shadows in the same procedure declaration.