Give the difference between procedural oriented programming and objectoriented programming.
Answers
Answered by
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