This article is part of the Fundamentals section for developers who already know at least one programming language and are learning C#. If you're new to programming, start with the Get started ...
In Java, when you add the final modifier to a variable, that variable becomes a 'constant that cannot be reassigned'. However, there is a major trap of misunderstanding lurking here. In fact, 'just ...