Computer Science, asked by Anonymous, 1 month ago

Write two major differences between Procedure Oriented Programming and Object Oriented Programming.​

Answers

Answered by jkour0751
3

Answer:

Procedural Oriented Programming Object Oriented Programming

Adding new data and function is not easy. Adding new data and function is easy.

Procedural programming does not have any proper way for hiding data so it is less secure. Object oriented programming provides data hiding so it is more secure.

Attachments:
Answered by DANGERADITYA3616
5

ANSWER-

*Procedural Oriented Programming - In procedural programming, program is divided into small parts called functions..

Procedural programming follows top down approach..

*Object Oriented Programming- In object oriented programming, program is divided into small parts called objects..

Object oriented programming follows bottom up approach..

HOPE IT'S HELP YOU DI..✌️

Similar questions