web analytics

What are the main characteristics of Procedure Oriented Programming (POP)?

Procedural or Procedure Oriented Programming (POP): 

As the name implies, Procedure Oriented Programming contains step by step procedure to execute. Here, the problems get decomposed into small parts and then to solve each part one or more functions are used. Thus in POP approach, the problem is viewed as a sequence of things to be done, such as, input taking, calculating and displaying. The primary focus stays on functions which will be used to accomplish each task.

Read More: What is Procedure Oriented Programming (POP)?

Main Characteristics of POP

Following are the main characteristics of POP,

  1. Puts much importance on Things to be Done.
  2. Large problems are divided into smaller programs known as functions.
  3. Most of the functions share global data.
  4. Data move openly around the system from function to function.
  5. Functions transfer data from one form to another.
  6. Employs top-down approach in program designing.
  7. In the cases of large program, bringing change is difficult and time consuming.
  8. Appropriate and effective techniques are unavailable to secure data of a function from others.

Read More: What are the problems of POP? How they can be solved with OOP?

Please follow and like us:
Pin Share

8 thoughts on “What are the main characteristics of Procedure Oriented Programming (POP)?”

  1. I need source code for my project title: wireless authentication using biometric will love to have a reply plssssss

Comments are closed.

RSS
Follow by Email
Scroll to Top