Home »
MCQs »
OOPs MCQs
Which features of OOP are extensively used in implementing inheritance?
17. Which features of OOP are extensively used in implementing inheritance?
- Dynamic binding
- Abstraction
- Operator overloading
- 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.