60.5k views
2 votes
A(n) ____ is a collection of one or more program statements combined to perform some action

User Sutasu
by
8.4k points

1 Answer

1 vote

The answer is Method

A method is a code block of statements that perform a task. By calling a method, a program causes statements to be executed. In C# programming, every instruction that is executed is performed in the context of a method. Technically, it is how behaviors are implemented in C# and are enclosed in parentheses separated by commas






User Nati Dykstein
by
7.9k points

No related questions found