Allows you to view every type, whether it
be a primitive, class, struct, or array, as an object.
Objects are combined into namespaces so instead
of using many #include's at the top, you can access one namespace like 'using
system' to accomplish the same task
Every C# program can be made into a namespace and accessed
by any other program