What is the difference between Structured COBOL Programming
and Object Oriented COBOL ?
Answer Posted / anoop
In structured programing methode we first looks at the
function and will code according to the function.
In object oriented programing methode we first identifies
the objects (variables) and codes according to that.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are all the divisions of a COBOL program?
In which area will you utilize 88 level items in cobol?
Explain how to differentiate call by context by comparing it to other calls?
How do define dynamic array in cobol.
How do get the result of your program directly on your pc?
Difference between cobol and cobol-ii?
Name some of the examples of COBOl 11?
What are the different rules of SORT operation?
What is static and dynamic call in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are various search techniques in cobol? Explain.
What do you understand by psb and acb?