KnowledgeBoat Logo

Computer Applications

Write short notes on Procedure Oriented Programming

OOP Intro Java

101 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

65 Likes


Related Questions