Difference between procedural and object oriented programming
Answers
Answered by
3
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.
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