Today-I-Learned-Blog

Namespace, Class and Methods

Today I learned a good analogy for describing Namespace, Classes and Methods…

If you are new to C# or have forgotten the difference between namespaces, classes and methods, here is a handy analogy.

A few more notes

namespace Nasa
{
  class Planets
  {
    ...
  }
}

TL;DR

REFERENCES

Treehouse C# Basics MicroSoft C# Reference: Namespace