Introduction to OOP in Python
What is OOP?
Object-oriented programming (OOP) is one of the popular paradigms used in programming. In this concept, real-world entities are represented as objects. These objects have both attributes (properties) and behaviors (methods). This makes i...
geoffreykithuku.hashnode.dev3 min read
Elucian Moise
Tech Instructor @ sagecode.pro
Good job. I would add examples to cover all 4 principles of OOP
Explain also class properties and the difference between class properties and instance properties.
Good luck with these updates.