Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which concept allows you to reuse the written code?

a) Encapsulation
b) Polymorphism
c) Inheritance
d) Abstraction

Answer: c
Explanation: Inheritance allows you to reuse your already written code by inheriting the properties of written code into other parts of the code, hence allowing you to reuse the already written code.

Join The Discussion