shadow : Java Glossary

shadow
When a subclass has a variable by the same name as one of its superclasses we call that shadowing. Be warned. The rules for inheritance for variables are quite different than for methods. Be careful. The rules for figuring out exactly which version of a variable get invoked are baroque.

Don’t shadow. You will just end up confusing yourself and the people who read your code. It is silly as calling two of your sons Jim. The only reason shadowing is permitted at all is to allow you to write a subclass without access to the source code for the superclass, to forgive you accidentally reusing a field name.

Learning More



CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/shadow.html J:\mindprod\jgloss\shadow.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.210]
You are visitor number 19,285.