- Dart:Scalable Application Development
- Davy Mitchell Sergey Akopkokhyants Ivo Balbaert
- 61字
- 2025-04-04 19:07:42
Chapter 1. Beyond Dart's Basics
Dart is a very young computer language with many interesting features. Dart is a class-based, object-oriented language with optional types, and it can help you write very powerful programs. In this chapter, we will cover the following topics:
- Modularity and a namespace
- Functions and closures in different scopes
- Classes and mixins
- Methods and operators