Structured Cobol Programming and Object Oriented COBOL programming

What is the diffenence between Structured Cobol Programming and Object Oriented COBOL programming ?

Questions by sai mainframes   answers by sai mainframes

Showing Answers 1 - 3 of 3 Answers

guraddiv

  • Apr 25th, 2008
 

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, then write fuctions, procedures around the objects.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions