Question

Which statement is false?
a) Each function should be limited to performing a single, well-defined task.
b) If you cannot choose a concise name that expresses what a function does, it's possible that the function is attempting to perform too many diverse tasks.
c) Every function should be broken into smaller functions.
d) A function's parameters are local variables.

Answer

This answer is hidden. It contains 3 characters.