KnowledgeBoat Logo
|

Computer Applications

Write short notes on Procedure Oriented Programming

OOP Intro Java

103 Likes

Answer

Procedure Oriented Programming basically consists of a list of instructions for the computer to follow and these are organized into groups known as functions. In Procedure Oriented Programming, most of the functions share global data and this data moves more openly around the system from one function to the other.

Answered By

66 Likes


Related Questions