Please enable JavaScript to use CodeHS

CodeHS Glossary


Shadowing Java

If two variables within the same scope have the same name, the variable with the more specific scope will be called.