Computer Science, asked by Anonymous, 5 months ago

What is the difference between object-oriented programming language and Procedural Programming?

Answers

Answered by rupalibhakat66
4

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 ay5924125
1

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.

hope it's helpful

please mark me as brainliest

Similar questions