C# – Modifiers – const and readonly Modifiers
Through the series of articles, we are discussing about the Modifiers in C#. These modifiers are used to modify the behavior of the defined members. const and readonly modifiers in C# are used to define constants and read only members. Let’s discuss little bit more about these modifiers in this article. The const Modifier When we […]