0 votes
in Cobol by
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

1 Answer

0 votes
by

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.

...