What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

Structured programming is logical way of programming where the functionalities are divided into modules and helps write the code logically.

Object Oriented Cobol language is a Natural way of programming in which you identify the objects, and then write functions and procedures around that object.



Comments

Leave a Reply

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