Back to Developer Roadmap

OOP

src/data/roadmaps/python/content/object-oriented-programming@P_Di-XPSDITmU3xKQew8G.md

4.0836 B
Original Source

OOP

In Python, object-oriented Programming (OOPs) is a programming paradigm that uses objects and classes in programming. It aims to implement real-world entities like inheritance, polymorphism, encapsulation, etc., in programming. The main concept of OOPs is to bind the data and the functions that work on that together as a single unit so that no other part of the code can access this data.

Visit the following resources to learn more: