Inheritance | Python | Tutorial 34

preview_player
Показать описание

Throughout the course we'll be looking at various topics including variables, lists, tuples, loops, conditionals, object orientation, and much more.
Рекомендации по теме
Комментарии
Автор

why this playlist is so underrated...you really made things easy to learn...thanks for your effort

aadarshkumarshah
Автор

you explain everything so simply and well! thanks so much

kathynguyen
Автор

Thnak you man for the OOP fundamentals!

cultofsogga
Автор

Thanks for the great video. I have a quick question. What if "the Chineese Chef" inherited not all the functions of 'the normal Chef"? Can 'the Chineese Chef' inherite only part of the functions, but some functions not to inherite?

sergekey
Автор

Mike please help😭😭😭make a python tutorials about the reserved words you are the one who teach me basics of python😭😭😭

zekebonaparte
Автор

Hi. Is the self parameter mandatory or optional? Python being supposedly very simple I would expect to be optional.

Popart-xhfd
Автор

Why did you did those?:
myChef = Chef()
myChineseChef = ChineseChef()

SMFahim-vozn
Автор

what will i learn after finish this series?

buituyen
Автор

def Chinese_Chef(self):
print("the chef makes bat soup!")

gur