If a method contains a local variable with the same name as one of its class's fields, the local variable __________ the field in that method's scope.

If a method contains a local variable with the same name as one of its class's fields, the local variable __________ the field in that method's scope.



Answer: Shadows


Learn More :