What is the primary advantage of using Object-Oriented COBOL compared to traditional COBOL?
- Enhanced support for procedural programming
- Improved code reusability
- Increased program execution speed
- Simplified syntax
The primary advantage of Object-Oriented COBOL lies in improved code reusability. Object-oriented principles, such as encapsulation and inheritance, enable developers to create modular and reusable code, promoting a more efficient and maintainable software development process.
Loading...
Related Quiz
- In COBOL, the REDEFINES clause is often employed for optimizing memory usage, especially when working with _____
- In COBOL, what does the MERGE statement allow you to do with files?
- In a COBOL program for processing employee data, you need to store the employee's unique identification number. Which type of COBOL variable would you use for this purpose?
- Your COBOL program must handle different status codes for customer orders. Which COBOL feature would help you define condition names for these status codes?
- The REDEFINES clause is used to __________ a group data item with another data item.