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.
Loading...
Related Quiz
- In COBOL, the EXEC SQL _____ statement is used to declare an SQL cursor.
- In COBOL, what is a record?
- Explain the concept of "dynamic scope" in COBOL and how it affects variable visibility.
- In COBOL, what are the advantages of using subprograms?
- What does "I-O" stand for in the context of file access modes in COBOL?