OOP vs POP vs FOP
These are approaches to solve a problem programmatically. So far we have three popular approaches.
POP (Procedure Oriented Programming)
In this approach problem gets solved in sequence of instructions. The program is divided into smaller units…