What's the deal with namespaces?

They allow us to add structure to programsWe can use existing namespaces with the using keywordThey're another name for method classesWe can have multiple namespaces with the same name

Great! Namespaces allow us to add structure to programs. We can use existing namespaces like System with the using keyword.

Uh oh! Namespaces allow us to add structure to programs. We can use existing namespaces like System with the using keyword.