Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created December 7, 2013 23:06
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