Classes and Objects August 31, 2024August 14, 2024 by Maker Tech LabLearn how to use Python classes and objects with this comprehensive tutorial. Explore OOP concepts, methods, and examples.
Inheritance August 31, 2024August 14, 2024 by Maker Tech Lab Learn Python inheritance: create parent and child classes, use the `super()` function, and override methods with the `__init__()` function.
Polymorphism August 31, 2024August 14, 2024 by Maker Tech Lab Learn about polymorphism in Python: how methods can be shared across different classes, including examples with books and inheritance.