Which is not a feature of OOP in general definitions?

Which is not a feature of OOP in general definitions? Correct Answer Duplicate/Redundant data

Duplicate/Redundant data is dependent on programmer and hence can’t be guaranteed by OOP. Code reusability is done using inheritance. Modularity is supported by using different code files and classes. Codes are more efficient because of features of OOP.

Related Questions

Which is not feature of OOP in general definitions?
Which of the following is not a feature of pure OOP?
Which feature of OOP indicates code reusability?