Which feature of OOPS described the reusability of code?

Which feature of OOPS described the reusability of code?

Right Answer is:

Inheritance

SOLUTION

  • Inheritance is the feature of OOPS, which allows the users of OOPS to reuse the code which is already written.
  • This OOPS feature inherits the features of another class in the programs. This mechanism actually inherits the fields and methods of the superclass.
Scroll to Top