Class CombinationLock implementation
(cont.)
nWhen the constructor is being executed, there are two distinct variables with the same name. (Component variable and local variable combination).
nThe keyword this refers to the “current object.” Therefore this.combination refers to the component variable.
nIf the variable does
not include the object reference this in front of it, it is a reference to the local variable.