shadow (Angleško)
Verb
In programming, to hide, or disable access to, a programming element that has the same name. In such a situation, the shadowed element is not available for reference; instead, when code uses the shared name, the shadowed element is resolved to the shadowing element.