Which Feature Of Oop Indicates Code Reusability

A) Encapsulation

B) Inheritance

C) Abstraction

D) Polymorphism

E) None of these

Which Feature Of Oop Indicates Code Reusability

Answer. The correct answer is Option B – Inheritance for “Which feature of OOPS illustrated the code reusability”

Inheritance allows you to create a new class (subclass or derived class) that inherits properties and behaviors from an existing class (superclass or base class). This promotes code reusability by allowing you to reuse the code from the existing class in the new class without duplicating it.

Hridhya Manoj

Hello, I’m Hridhya Manoj. I’m passionate about technology and its ever-evolving landscape. With a deep love for writing and a curious mind, I enjoy translating complex concepts into understandable, engaging content. Let’s explore the world of tech together

Leave a Comment