C# ConstantsA local constant is much like a local variable, except that once it is initialized, its value can’t […] December 11, 2018 in C# tagged global / static / constant / constants / C# Classes Intermediate by Mike
C# Static MethodsIn a previous post we discussed static fields. The first thing to note is that static methods of […] December 11, 2018 in C# tagged C# Classes Intermediate by Mike