Computer Science, asked by mh4410878, 5 hours ago

Give the difference between procedural oriented programming and objectoriented programming.

Answers

Answered by satyamsharma89
1

Answer:

In procedural programming, program is divided into small parts called functions. In object oriented programming, program is divided into small parts called objects. Procedural programming follows top down approach. ... Object oriented programming provides data hiding so it is more secure.

Similar questions