What is the difference between Structured COBOL Programming
and Object Oriented COBOL ?



What is the difference between Structured COBOL Programming and Object Oriented COBOL ?..

Answer / 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

More COBOL Interview Questions

how to convert the recors form vsam file to db2 table tru file aid

0 Answers   TCS,


can we use go to statement inline-perform?

7 Answers   IBM,


How to know whether the module is dynamical or statistical?

0 Answers  


What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.

1 Answers  






How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

0 Answers  


Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?

14 Answers   Accenture, TCS,


I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??

2 Answers   HCL,


What is the difference between working storage copybook and linkage section copybook?

5 Answers   TCS,


What is the difference between PIC 9.99 and 9v99 in COBOL?

0 Answers   SwanSoft Technologies,


what is meant by binary search?

4 Answers  


Categories