
Saqib H. answered 02/24/20
PhD in Computer Science with expertise in Python
I guess the question is what does it mean by Object-Oriented programming (OOP). If so, the answer is that an object-oriented programming is a means to capture the structure and behavior of systems into smaller modules called objects such that the data and process can be combined together. The main purpose of OOP is to ensure design re-usability that will lead to higher productivity.