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 :)

29th Nov 2016, 7:31 PM
AlexG
AlexG - avatar
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.
29th Nov 2016, 8:00 PM
Aliakbar Rezapour
Aliakbar Rezapour - avatar
0
we have properties /members in every class, we declare methods to assign values to the members or edit their values.
29th Nov 2016, 7:57 PM
Software & Graphics Point AFG
Software & Graphics Point AFG - avatar