Computer Science, asked by StarboyCDj282, 1 year ago

Which is not feature of oop in general definitions?



a) code reusability



b) modularity



c) duplicate/redundant data



d) efficient code



view answer?

Answers

Answered by nandu52
3
c duplicate it cannot duplicate
Answered by Jasleen0599
0

Option c) duplicate/redundant data

  • OOP cannot ensure duplicate or redundant data because it depends on the programmer.
  • Data redundancy is the term for data duplication. Data redundancy eats up the free space in the computer's memory, so it should always be checked for. Data redundancy is a common situation in which the identical piece of data is kept in two or more different locations.
  • For instance, you may have forgotten to remove the customer data from the old database when you moved it to the new one. In this case, the identical data will be taking up storage space in two different locations. Always remove databases that are no longer needed to reduce data redundancy.

#SPJ3

Similar questions