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

if we have a 10 steps how to override the 4th step in jcl?

2 Answers   Hewitt,


suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.

2 Answers   IBM,


What is amode(31)

0 Answers  


What is the difference between a DYNAMIC and STATIC call in COBOL?

2 Answers  


What is report-item in COBOL?

0 Answers   Arigo Infotech,


What is an in line PERFORM? When would you use it? Anything else to say about it?

4 Answers  


What are the different ways to run a COBOL DB2 program using JCL?

2 Answers  


What is 88 level used for ?

2 Answers  


I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?

1 Answers   Mphasis,


db2 variable decimal(15,2) what is the equalent size of cobol variable

2 Answers   Syntel,


How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.

10 Answers   ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,


What are the different rules for performing sort operation?

0 Answers  


Categories