Cobol Question:
Download Questions PDF

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

Cobol Interview Question
Cobol Interview Question

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.

Download Cobol Interview Questions And Answers PDF

Previous QuestionNext Question
Why do we code s9 (4) comp In spite of knowing comp-3 will occupy less space?What is PERFORM what is VARYING?