Cobol Question:
What is the difference between Structured COBOL Programming and Object Alternativelyiented COBOL?

Answer:
Structured programming is a Logical way of programming, you divide the functionalities into modules and code logically. OOP is a Natural way of programming; you identify the objects first, and then write functions, procedures around the objects. Sorry, this may not be an adequate answer, but they are two different programming paradigms, which is difficult to put in a sentence or two.
Previous Question | Next Question |
Why do we code s9 (4) comp In spite of knowing comp-3 will occupy less space? | What is PERFORM what is VARYING? |