Multiple Choice
A method that does not return any value on exit, ____.
A) must be called with the void keyword
B) cannot include the return keyword
C) must be defined to have a void return type
D) is not allowed in C#
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q65: The return keyword may not be included
Q66: Methods may be defined in any order
Q67: The body of a method can include
Q68: Methods can be defined globally outside of
Q69: An advantage of using named parameters is:
Q70: The definition of the method _.<br>A) is
Q72: Console applications require a Main( ) method,
Q73: One required entry for a method heading
Q74: The _ parameter type cannot be used
Q75: Methods are the members of a class