Define Oops and Pops any two points
Answers
Answered by
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.
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
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