_____ in Object-Oriented COBOL is a way to define a contract that a class must adhere to, specifying the methods it must implement.

  • Encapsulation
  • Inheritance
  • Interface
  • Polymorphism
Interface in Object-Oriented COBOL is a way to define a contract that a class must adhere to, specifying the methods it must implement. It establishes a set of method signatures that must be implemented by any class that implements the interface.
Add your answer
Loading...

Leave a comment

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