Name resolution (programming languages): Difference between revisions

Content deleted Content added
No edit summary
m Replaced outdated html codes with wikicodes.
Line 76:
}
</syntaxhighlight>
within the <tt>{{mono|Point</tt>}} constructor, the [[class variable]]s <tt>{{mono|x</tt>}} and <tt>{{mono|y</tt>}} are [[Variable shadowing|shadowed]] by local variables of the same name. This might be alpha-renamed to:
<syntaxhighlight lang="cpp">
class Point {