Write the characteristics of Procedure Oriented Programming.
Answers
Answered by
10
The characteristics of Procedure Oriented Programming are as follows:
1) Emphasis is on functions (logical steps).
2) Functions share global data.
3) Data values can keep floating from one function to another.
4) It uses top don approach of programming.
Answered by
4
Answer:
Characteristics of Procedural oriented programming:-
- It focuses on process rather than data.
- It takes a problem as a sequence of things to be done such as reading, calculating and printing. Hence, a number of functions are written to solve a problem.
- A program is divided into a number of functions and each function has clearly defined purpose.
- Most of the functions share global data.
- Data moves openly around the system from function to function.
Similar questions