_______ allows entities of different types to be treated uniformly based on their shared superclass.

  • Abstraction
  • Encapsulation
  • Inheritance
  • Polymorphism
Inheritance allows entities of different types to be treated uniformly based on their shared superclass. This concept promotes code reusability and a more intuitive representation of relationships between entities.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *