0
What is method?
4 Answers
0
Method is like a function where you have instructions, calculations. evaluations, etc...
The syntax for defining a method is as follows
<Access Specifier> <Return Type> <Method Name>(Parameter List)
{
Method Body
}
0
it is an action that has to be performed
0
it's a set of instructions
0
En el WVA de Microsoft hay un vĂdeo de introducciĂłn a C# donde se discute el tema de metodo