Programming Languages
C
Subjective
Mar 16, 2013
What is the difference between Structured COBOL Programming and Object Alternativelyiented COBOL programming?
Detailed Explanation
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.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts