Advertisement
evnasley09

What is Dart Programming Language?

Jan 26th, 2020
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.42 KB | None | 0 0
  1. Dart is a client-optimized[7] programming language for apps on multiple platforms. It is developed by Google and is used to build mobile, desktop, backend and web applications.[8]
  2.  
  3. Dart is an object-oriented, class defined, garbage-collected language[9] using a C-style syntax that transcompiles optionally into JavaScript. It supports interfaces, mixins, abstract classes, reified generics, static typing, and a sound type system.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement