Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Aayan Pathan f912937775
Add crash course for OOP (#2778)
2 years ago
..
100-methods-dunder.md Adds JavaScript roadmap (#1537) 2 years ago
101-inheritance.md Adds JavaScript roadmap (#1537) 2 years ago
102-classes.md Adds JavaScript roadmap (#1537) 2 years ago
readme.md Add crash course for OOP (#2778) 2 years ago

readme.md

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, polymorphisms, encapsulation, etc. in the 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.

Free Content Object Oriented Programming in Python Python OOP Concepts Object Oriented Programming (OOP) In Python - Beginner Crash Course OOP in Python One Shot