InterviewSolution
| 1. |
When a random process is called SSS process? Explain |
|
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. |
|