Sometimes we have to access nested namespaces. The List class, for example, is defined in System.Collections.Generic.

Yass? With the using statement in place, we can but don't have to use the List class's namespace hierarchy when we use it.

Whoops! That doesn't look like an actual namespace. Maybe it's not the best practice to always write the entire namespace hierarchy?