assignment: chapter 2: review questions\nquestions fa2pl10h.ch02.08m\n8. modularization ______________.\n a…

assignment: chapter 2: review questions\nquestions fa2pl10h.ch02.08m\n8. modularization ______________.\n a. eliminates abstraction\n b. reduces overhead\n c. facilitates reusability\n d. increases the need for correct syntax
Answer
Answer:
C. facilitates reusability
Brief Explanations:
Modularization breaks a system into modules. Each module can be reused in different contexts, which is a key benefit. It doesn't eliminate abstraction (it can enhance it), doesn't necessarily reduce overhead in all cases, and isn't directly related to increasing the need for correct syntax.