The keyword this:
Allows to call a global variable
Refers to the current instance of the object
Allows access to the calling object from the called method
Helps avoid confusion between fields and method parameters