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.
Add your answer
Loading...

Leave a comment

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