Computer Applications

Which of the following can flow freely in Procedure Oriented Programming languages ?

  1. function
  2. data
  3. statement
  4. 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