Skip to content

objkim/oop-python-practice

Repository files navigation

Python OOP Practice (Code Bro YouTube)

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.


📚 Topics Covered

  • 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.)

▶️ How to Run

  1. Clone the repo:
    git clone https://github.com/yourusername/oop-python-practice.git
    

🧩 Source

https://www.youtube.com/@CodeBro

About

OOP tutorial practice from Code Bro YouTube channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages