Skip to content

Instantly share code, notes, and snippets.

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