Skip to content

Instantly share code, notes, and snippets.

@tnngo2
Created April 17, 2012 04:12
Show Gist options
  • Save tnngo2/2403402 to your computer and use it in GitHub Desktop.
Save tnngo2/2403402 to your computer and use it in GitHub Desktop.
namespace Samsung
{
class Television
{
...
}
class WalkMan
{
...
}
}
namespace Sony
{
class Television
{
...
}
class Walkman
{
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment