Which feature of OOP indicates code reusability?AAbstractionBEncapsulationCInheritanceDPolymorphismAnswer: C. Inheritance Read Explanation: Inheritance indicates the code reusability. With inheritance, an object can be extended and code from the parent object can be reused or overloaded in the child object. Read more in App