KnowledgeBoat Logo
|

Computer Applications

Procedure Oriented Programming follows:

  1. Top-down approach
  2. Down-top approach
  3. Random approach
  4. Normal approach

OOP Intro Java

14 Likes

Answer

Top-down approach

Reason — Procedure-Oriented Programming (POP) follows a top-down approach, where a problem is broken down into smaller subproblems or functions. The program starts with the main function, which calls other functions as needed to complete specific tasks.

Answered By

8 Likes


Related Questions