what is diff. b/w POP and OOP
Answers
Answered by
1
hey mate
✡OOP ❄️ POP
✡Program is divided into objects.
❄Program is divided into functions.
✡Bottom-up approach.
❄Top-down approach.
✡Inheritance property is used.
❄Inheritance is not allowed.
✡It uses access specifier.
❄It doesn't use access specifier.
hope it helps you ❤❤
Answered by
1
Explanation:
The the basic difference between Procedure oriented programming and Object oriented programming is that procedure oriented programming gives more emphasis on functions while object oriented programming gives more emphasis on data values. However,for more points of difference please refer to the above pictures.
Attachments:
Similar questions