In Object-Oriented Programming, the concept of _______ allows an object to take on multiple forms.

  • Abstraction
  • Encapsulation
  • Inheritance
  • Polymorphism
Polymorphism in Object-Oriented Programming allows an object to take on multiple forms. It enables objects of different classes to be treated as objects of a common superclass, promoting flexibility and extensibility in software design.
Add your answer
Loading...

Leave a comment

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