1. Explain the POP paradigm.
2. Explain the OOP paradigm.
_________
Answers
① 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.
________________________________
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 .