This repository contains Python practice examples covering the following object-oriented programming inheritance concepts:
- Function Overloading
- Function Overriding
- Pipelining Generators
iter()andnext()Method of Iterators- Multi-level Inheritance
- Multiple Inheritance
- Hierarchical Inheritance
- Hybrid Inheritance
Each topic is demonstrated with simple, clean code examples for learning and interview preparation purposes.