Interview Questions

What is the different between Structured COBOL Programming ...

COBOL Interview Questions


(Continued from previous question...)

What is the different between Structured COBOL Programming ...

Q: What is the different between Structured COBOL Programming and Object Oriented COBOL Programming?

A: 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.

(Continued on next question...)

Other Interview Questions