Question: Why is code duplication so insidious?
- The duplication uses unnecessary space.
 - One has to maintain all the duplicates.
 - Duplication can cause intellectual property concerns.
 - Duplication is easy to hide.
 
Answer: The correct answer of the above question is Option B:One has to maintain all the duplicates.