Dart is a client-optimized, garbage-collected, oop language for creating fast apps that run on any platform.
Its optimzed how it renders the ui, the layout, the animations. the load times, how it compiles, etc
So everything the user (or “client”) does is optimized.
garbage collections that automatically free up memory space that has been allocated to objects no longer needed by the program.
OOP means: object-oriented programming. solving a problems by creating objects