Computer Science, asked by Aryanshaw2004, 1 year ago

Define Oops and Pops any two points

Answers

Answered by Anonymous
1
Object oriented programming provides many concepts such as inheritance, encapsulation, polymorphism and data binding etc.

Procedure oriented programming breaks down the programming tasks into a collection of variables and data structures.

According to me, OOP is way better than POP.
Answered by SohamKundu012
1

OOP uses data abstraction , encapsulation , and hence protects data .

POP does not have a good system of data security .

OOP gives equal stress on data and functions .

POP lays more stress on functions rather than data .

Hence OOP is better than POP.

Similar questions