emptycodesemptycodesalsowrites.hashnode.dev·Aug 18, 2024Why Is Shadowing In C# An Issue?Shadowing, also known as name hiding, occurs when a parameter name in a method or constructor matches the name of a field in the class. This overlap causes the parameter to "hide" the class field, making it difficult to access the intended field with...1 likenamehiding
shishir srivastavshishirslearningjourney.hashnode.dev·Jul 19, 2023Shadowing and this keyword.Shadowing, if we go into understanding the literal meaning of this word, it would roughly come as "covering something else in such a way that it is no longer relevant, visible or gets hidden". In this article, we will understand why are we discussing...30 readsshadowing