Procedure/ structure oriented Programming
• Conventional programming, using high level languages such as COBOL, FORTRAN and C, is
commonly known as procedure-oriented programming (POP).
• In the procedure-oriented approach, the problem is viewed as a sequence of things to be done
such as reading, calculating and printing. A number of functions are written to accomplish these
tasks.
Object Oriented Programming
• Emphasis is on data rather than procedure.
• Programs are divided into what are known as objects.
• Data is hidden and cannot be accessed by external functions.
• Objects may communicate with each other through functions.
No comments:
Post a Comment