_____ 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.
Loading...
Related Quiz
- The _____ clause allows a variable to be shared among multiple programs in a COBOL application.
- Can you use the REDEFINES clause to redefine a group data item in COBOL?
- In COBOL, what operator is used for multiplication?
- How can you ensure that a variable is accessible to multiple paragraphs within a procedure?
- When using the REDEFINES clause, it's essential to ensure that the redefined data items have the same starting _____