What is OOP?
Object Oriented Programming is a system of programming which packages properties and behaviours into objects.
What is POP?
Procedural Oriented Programming involves writing methods that perform operations on data.
What is the Difference between POP and OOP?