Which features of OOP are extensively used in implementing inheritance?

17. Which features of OOP are extensively used in implementing inheritance?

  1. Dynamic binding
  2. Abstraction
  3. Operator overloading
  4. Polymorphism

Answer: D) Polymorphism

Explanation:

Polymorphism means having many forms and it can be used in the same manner with different actions. Therefore it is extensively used in implementing inheritance.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.