Methods in C#

This article explains Methods in C# using various analogies. Why analogies? I learn faster that way and I’m sure it’s the same for a lot of other folks. What is a method? A method is a code block that contains a series of statements [1] . Statements as well, are executed by a program.You can … Continue reading Methods in C#