Programming in Dart: Classes

Jun 28 2022 · Dart 2.17, Flutter 3.0, DartPad

Part 2: Learn Inheritance

11. Introduction

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 10. Conclusion Next episode: 12. Understand Inheritance

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

In the last part, you introduced to the concept of classes. Classes allow us to define objects that represent the given state and behavior of a particular task in our program. If that’s all classes did, they would be awesome, but there’s a whole new layer of functionality that will save you both time and code. In this part, we’re going to be diving deeper into class features.