This repository contains my Python Object-Oriented Programming (OOP) practice code based on tutorials from Code Bro on YouTube.
It covers OOP concepts like classes, objects, inheritance, polymorphism, encapsulation, and abstraction.
- Classes and Objects
- Constructors (
__init__) - Instance and Class Variables
- Methods and Static Methods
- Inheritance and Method Overriding
- Encapsulation (private and protected attributes)
- Polymorphism
- Special Methods (
__str__,__contains__, etc.)
- Clone the repo:
git clone https://github.com/yourusername/oop-python-practice.git