,High-Level programming approaches are broadly classified a
1. Procedure-Oriented Programming (POP) &
2. Object-Oriented Programming (OOP).
,Procedure-Oriented Programming (POP)
• Conventional programming, using high level languages such as CO
FORTRAN and C, are commonly known as procedure-ori
programming (POP).
• In the procedure-oriented approach, the problem is viewed as a sequen
things to be done such as reading, calculating and printing.
• A number of functions are written to accomplish these tasks. The prim
focus is on functions.
,
1. Procedure-Oriented Programming (POP) &
2. Object-Oriented Programming (OOP).
,Procedure-Oriented Programming (POP)
• Conventional programming, using high level languages such as CO
FORTRAN and C, are commonly known as procedure-ori
programming (POP).
• In the procedure-oriented approach, the problem is viewed as a sequen
things to be done such as reading, calculating and printing.
• A number of functions are written to accomplish these tasks. The prim
focus is on functions.
,