Computer Applications
Which of the following can flow freely in Procedure Oriented Programming languages ?
- function
- data
- statement
- instruction
OOP Intro Java
22 Likes
Answer
data
Reason — In Procedure-Oriented Programming (POP), data is not securely encapsulated and flows freely throughout the program. Most functions share global data, allowing it to move openly within the system and be modified by different functions.
Answered By
15 Likes
Related Questions
Name the feature of Java depicted in the below picture.

- Encapsulation
- Inheritance
- Data Abstraction
- Polymorphism
Which of the following is a Procedure Oriented Programming language?
- Java
- C++
- Pascal
- Eiffel
Procedure Oriented Programming follows:
- Top-down approach
- Down-top approach
- Random approach
- Normal approach
Which is not an Object Oriented Programming language?
- Python
- Eiffel
- Small talk
- COBOL