| 1. |
Write difference between object oriented programming and procedural programming |
|
Answer» Both are PROGRAMMING processes whereas OOP stands for “Object Oriented Programming” and POP stands for “Procedure Oriented Programming”. Both are programming languages that use high-level programming to solve a problem but using different APPROACHES. These approaches in technical terms are known as programming paradigms. A programmer can take different approaches to write a program because there’s no direct approach to solve a particular problem. This is where programming languages come to the picture. A program makes it EASY to resolve the problem using just the right approach or you can say ‘paradigm’. Object-oriented programming and procedure-oriented programming are TWO such paradigms. |
|