Hello guys! In the last blog we saw the basics of programming and we even discussed about the approaches of programming. These types are known as paradigm. Let us see the advantages and disadvantages of different paradigm of programming. Every paradigm has its own advantages and disadvantages. The first paradigm of programming is ‘Procedure Oriented Programming”. It was in use since the early age of programming. It focuses on procedure of the programming and in which order the instructions should be carried out. Advantages: 1. It is relatively simple, and easy for implementation of compilers and interpreters. 2. We can re-use pieces of code in a program without writing them again, by the virtue of method calling. 3. In Procedure Oriented Programming it is easier to kee...