4/6 OOP & Classes in Python: Class Inheritance, Subclasses & Super Function

preview_player
Показать описание
💻 *Get my Source Codes and support the channel* ❤️:
⬇️ *LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW)* 😉💪 ⬇️

*SKILLSHARE*
_(Python, Web Dev, UI/UX Design, Music, Art, Animation and a lot more)_

*DATACAMP*
_(Python, ChatGPT, SQL, Power BI, and a lot more)_

*COURSERA PYTHON*
_(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):_

*COURSERA WEB DEVELOPMENT*
_(Full Stack, Front-End, Back-End, Web Design and a lot more):_

Learn how to create subclasses using inheritance and multiple inheritance and how to use the function super in the __init__ method.

🔥 VIDEOS OF THE SERIES

If the video was helpful, let me know in the comments down below and also like the video so that other people can see it. Needles to say I really appreciate your support 💪❤️

📨 SUBSCRIBE so that you don't miss any new video:

🔗 RELATED CONTENT (videos, playlists, etc) 🔗

🤩 AFFILIATE LINKS 🤩

🧑🏻‍💻 ABOUT ME 🧑🏻‍💻

I'm Fabio, I started programming with Python a lot of years ago and I fell in love with this world.
I started this Youtube channel to help you during your own journey and I hope that my help can make you an amazing programmer who loves this world as I do.
Welcome on board!! 🚀

#pythonWithFabioMusanni #pythonforbeginners #python #pythontutorial #pythonprogramming #coding #programming
Рекомендации по теме
Комментарии
Автор

⬇️ *LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW)* 😉💪 ⬇️

*SKILLSHARE*
_(Python, Web Dev, UI/UX Design, Music, Art, Animation and a lot more)_

*DATACAMP*
_(Python, ChatGPT, SQL, Power BI, and a lot more)_

*COURSERA PYTHON*
_(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):_

*COURSERA WEB DEVELOPMENT*
_(Full Stack, Front-End, Back-End, Web Design and a lot more):_

Thank you for the support!❤

FabioMusanni
Автор

thank you for the video, super helpful and straight to the point

pradaofficial
Автор

You are the BEST in explaining OOP!! Great playlist 👍🏽

lloyd_talks
Автор

Hi. Thank you for that nice video.
At 5:09 i dont get how and why printing "player1.introduction()" works as we dont really call the method. We are "printing" a print and a return statement i don't get how that can print our 2 lines.
Thanks for clarifications :-)

bimbou
Автор

why in the class player do you need __init__(self, name, age, city, level)shouldn't just be __init__(self, level) because you are bringing the parent class person with "super.(__init__(name, age, city)"?

yeoshuabenzaken
Автор

I can do "Person.__init__(name, age, city) instead of "super().__init__(name, age, city) correct?

yeoshuabenzaken
Автор

you jump very fast not good for new guys. Bad!

alexikamran