Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created December 7, 2013 23:06
Show Gist options
  • Save Fhernd/7851064 to your computer and use it in GitHub Desktop.
Save Fhernd/7851064 to your computer and use it in GitHub Desktop.
Demostración de transitividad en la herencia en C#.
class ClaseC : ClaseB
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment