Cobol Question:
Download Questions PDF

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

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
What is the different between index and subscript?What divisions, sections and paragraphs are mandatory for a COBOL program?