What's the deal with namespaces?
using
keywordGreat! 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.