Differentiate between Structured COBOL programming and object-oriented COBOL programming.

devquora
devquora

Posted On: Feb 22, 2018

 

Structured COBOL ProgrammingObject Oriented COBOL Programming
  • In this, functionalities are divided into modules.
  • It is a logical way of programming and helps us to write the code logically.
  • It is less secure as there is no feature of data hiding in Structured COBOL programming.
  • In this, first objects are identified and then the functions and procedures are written.
  • It is a natural way of programming.
  • It is more secure as compared with structured COBOL programming because there is a feature of data hiding.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cobol Interview Questions

    What is COBOL?

    In 1959, the US Department of Defence formed CODASYL (Conference on Data Systems Language). CODASYL was formed with the..

    Cobol Interview Questions

    Write some characteristics of COBOL as means of business language.

    COBOL is a dominant programing language that has aided business users since few decades. Following are the features of..

    Cobol Interview Questions

    What are different data types in COBOL?

    COBOL supports three data types in it programming structure. They are- Alpha-numeric (X) Alphabetic (A,B,C) Numeric (1,..