The use of _____ in coding best practices ensures that the same code is not repeated in different parts of the program.

  • Code Reusability
  • Encapsulation
  • Modularity
  • Polymorphism
The blank should be filled with "Code Reusability." Code reusability is an important concept in coding best practices. It involves designing code in a way that allows components to be reused in different parts of the program, reducing duplication and improving maintainability.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *