Computer Applications
What are the characteristics of procedural programming?
OOP Intro Java
160 Likes
Answer
The characteristics of procedural programming are:
- Procedural programming follows a top-down approach.
- The program is divided into blocks of codes called functions, where each function performs a specific task.
- Procedural programs model real-world processes as 'procedures' operating on 'data'.
- The data and functions are detached from each other.
- The data moves freely in a program.
- It is easy to follow the logic of a program.
- A function can access other function's data by calling that function.
Answered By
97 Likes