In Object-Oriented COBOL, _____ allows a class to provide different implementations of a method based on the specific object type.

  • Abstraction
  • Encapsulation
  • Inheritance
  • Polymorphism
Polymorphism in Object-Oriented COBOL allows a class to provide different implementations of a method based on the specific object type. It enhances flexibility by enabling a single method name to have different behaviors in different classes.
Add your answer
Loading...

Leave a comment

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