Computer Science, asked by Anonymous, 5 hours ago

1. Explain the POP paradigm.
2. Explain the OOP paradigm.
_________​

Answers

Answered by MrRdx
131

It is a programming paradigm where a complex programming problem is solved by dividing it into smaller problems using procedures. Any procedure can be called by the main program as well as other produres.

Object Oriented Programming (OOP) is a programming paradigm which revolves around the behaviour of an object, and its interactions with other objects and classes. OOP follows the design principles of Data Abstraction, Encapsulation, Inheritance, and Polymorphism.

________________________________

Answered by Anonymous
1

1) It is a programming paradigm where a complex programming problem is solved by diving it into smaller problems using procedure. Any procedure can be called by the main program as well as other procedures.

2) Object Oriented programming (OOP) is a programming paradigm which revolves around the behaviour of an object, and it's interaction with other objects and classes . OOP follows the design principles of Data Abstraction , Encapsulation , Inheritance and polymorphism .

Similar questions