Dart Classes - Inheritance

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

you are the best teacher on Youtube !!

asxes
Автор

This is the only channel where explanation of dart is so simplified
You earned a subscriber

nikhilkumar
Автор

The best explanations for Dart i have ever seen. Thanks a million.

noeljriveropino
Автор

you are one of the best instructor ...Thank you

prakashanuvadia
Автор

Wow... Thanks a lot for this clear explanation... I don't understand why these lessons have not been sufficiently explored by people yet. Really good examples and explanations. Hope to see more videos to come.

s_houdini_
Автор

Question! From the basics video, let's say we were reusing the House class by extending it to a NoWindowHouse class and the fields are not private. What is the simplest way to use the nrOfWindows field of 0? Since in this case I don't need to initialize it and create an argument. An example being I am creating a field: int costOfWindows = nrOfWindows. I can't access it even when I have set the initializer of NoWindowHouse constructor to super(); I was under the assumption that doing so creates a House object with the fields set from declaration and NoWindowHouse class as having the nrOfWindows field as if it was declared in it.

anfernyjackson
Автор

Thank you so much for this clear explaination❤

kholoudkhaled
Автор

Thanks for the video. I'm wondering what difference does it make when we define it as simple variable in another file `String loading = "Loading..."` and to define it as a static member of a class and use it, why not use it that way?

elankovangopal
Автор

Are there going to be Encapsulation and Polymorphism in these tutorials later? i don't see it in the upcoming titles.

xpwahab