What may be achieved by the inheritance feature of object-oriented programming?
2022
What may be achieved by the inheritance feature of object-oriented programming?
- A.
Security
- B.
Robustness
- C.
Reusability
- D.
Abstraction
Attempted by 269 students.
Show answer & explanation
Correct answer: C
Inheritance allows a class to derive properties and methods from another class. This mechanism primarily promotes code reusability by reducing redundancy in software development.