What is procedure oriented programming and how does it function? Also how is it different from object oriented programming?
Answers
Answered by
1
Answer:
Procedural programming (PP), also known as inline programming takes a top-down approach. It is about writing a list of instructions to tell the computer what to do step by step. It relies on procedures or routines. Object-oriented programming (OOP) is about encapsulating data and behavior into objects.
Answered by
1
Explanation:
In the procedure orientation ,the programmes were taken place with a perfect plan
Similar questions