_____ is a mechanism in Object-Oriented COBOL that allows a class to inherit properties and behaviors from another class.

  • DERIVE
  • EXTEND
  • INCLUDE
  • INHERIT
In Object-Oriented COBOL, the "DERIVE" keyword is used as a mechanism to allow a class to inherit properties and behaviors from another class, promoting code reusability.
Add your answer
Loading...

Leave a comment

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