- Description 📝
- Key Concepts 📦
- Installation 🛠️
- Usage 📘
- License 📜
This repository contains a collection of simple Python 🐍 files focused on Object-Oriented Programming (OOP). Here, you'll find clear and practical examples covering fundamental concepts such as:
- Classes and Objects 🧱
- Inheritance 🧬
- Polymorphism 🦄
- Encapsulation 🔒
- Abstraction 🎨
These examples are designed to help you understand and apply OOP principles in Python effectively.
✔️ Classes and objects 🧱
✔️ Single and multiple inheritance 🧬
✔️ Polymorphism and method overloading 🦄
✔️ Encapsulation with private attributes 🔒
✔️ Special methods (init, str, etc.) ✨
✔️ Abstraction and class design 🎨
- Clone the repository:
git clone https://github.com/Bredalis/OOP.git- Navigate to the project directory:
cd OOPTo run a program, follow these steps:
1️⃣ Navigate to the program directory:
cd path_to_program2️⃣ Run the Python file:
python program_name.pyThis project is licensed under the 📜 GPLv3 (GNU General Public License V3.0)
😊 I am a programmer passionate about technology, artificial intelligence, and continuous learning. I love creating projects that help others understand complex concepts in a simple way. #python #ai #exceptions 🚀
✨ If you like this project, don’t forget to give it a star!
