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.