📚 Python 3 Crash Course e-Book: https://ebooks.fabiopacifici.com/python/
🙌 Donations: https://www.paypal.me/FabioHood
🛒 Development Services: https://fabiopacifici.com/shop/
🤟 Channel Merchandise: https://teespring.com/en-GB/stores/pa...
📌 Blog: https://fabiopacifici.com/blog/
A child class basically hinerits attributes and methods from his parent and therefore has access to them.
📌 In this episode:
(00:00) How to document your code
How to declare attribute's types
How to Define a sub class
How to override parent's methods and attributes
inherits from multiple classes
How to use the super function
📑 Documentation:
https://docs.python.org/3/tutorial/cl...
https://docs.python.org/3/library/fun...