Understand Classes and Inheritance in Dart

Share this video with your friends

Send Tweet

We will look at how we can create classes and explore some various features. Dart adopts a single-inheritance model, meaning that you can only extend a single class. We will therefore extend our class example by creating an Employee subclass of a parent Person class.