Computer Science, asked by Chunouti4133, 10 months ago

Difference between procedural programming paradigm and object oriented programming paradigm with program

Answers

Answered by MzAbstruse
4

Explanation:

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