# Difference between POP & OOP Dec 23, 2022·1 min read
OOP in Python Part_02Difference between POP & OOP Principles of Object Oriented Programming OOPs is based on the concept of objects rather than actions, and data rather than logic. In order for a programming language to be object oriented,it should have mechanism to ena...Dec 23, 2022·3 min read