39 Learn to Program in Dart: Classes - Inheritance

preview_player
Показать описание
In this video, we review the following Dart programming language concepts and terms:

Super-class - class that has all properties you want.
Sub-class - all properties of super-class, and can add additional members.
Dart is single inheritance language. Every sub-class can have only 1 super-class, but super-classes can have multiple sub-classes.
keyword extends used to identify super-class.

Should be viewed in 480p or above.
Рекомендации по теме