Multiple Choice
You should always document a method by writing comments that appear __________.
A) just before the method's definition
B) just after the method's definition
C) at the end of the file
D) only if the method is more than five lines long
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: The process of breaking a problem down
Q11: What will be returned from the following
Q12: In the header, the method name is
Q13: Which of the following is not part
Q14: If you attempt to use a local
Q16: The header of a value-returning method must
Q17: Methods are commonly used to break a
Q18: Methods are commonly used to:<br>A) speed up
Q19: In a general sense, a method is
Q20: To document the return value of a