Which is not true for limiting the scope of a data item as much as possible?
- Avoids confusing similar data among sequences.
- Maintains sharing of modules and reduces reusability of modules
- Protects data from race conditions
- Protects data from unintentional changes
I need answer with proper Explanation.