Which feature of the OOPS gives the concept of reusability? A. Abstraction B. Encapsulation C. Inheritance D. None of the above Answer Workspace Report Discuss Answer with explanation Answer: Option C Explanation The process of designing a new class (derived) from the existing (base) class to acquire the attributes of the existing is called as inheritance. Inheritance gives the concept of reusability for code/software components. Workspace
Discuss about the question