filmov
tv
Implements vs Extends [Dart]

Показать описание
In Dart, we don't have explicit interfaces, but interfaces exist. They are implicitly created by Dart. For that reason, we can either implement a class as it would be an interface or extend it as it would be another class or an abstract class. In this video, we'll look into the implications of using these keywords.