Convventional programming, using high level languages such as COBOL, FORTRAN and C, is commonly known as procedure oriented programming (POP) or structured programming.
In the procedure-oriented approach, the problem is viewed as a sequenceof things to be done. A number of functoion are written to accomplish these tasks. The primary focus is on the functions.
Procedure oriented programming (POP) basically consists of writing a list of instructions for the computer to follow and organizing these introductions into groups known as functions.
No comments