18.4k views
0 votes
Which of the following statements about methods is false?

A) A method should perform multiple unrelated tasks.
B) A method repeats code found in other methods.
C) A method generally contains thousands of lines of code.

1 Answer

1 vote

Answer:

Another way to say this is that a method is an action that an object is able to perform

so the answer should be A

User Giodamelio
by
6.1k points