0
Can someone help me?
guys , help please , I'm blocked at methods , what is a method ? when you declare it? how to create a method? I just cant understand , help please :)
2 Answers
+ 1
A method is a code block that contains a series of statements. A program causes the statements to be executed by calling the method and specifying any required method arguments. In C#, every executed instruction is performed in the context of a method.
0
we have properties /members in every class, we declare methods to assign values to the members or edit their values.