Skip to content

Instantly share code, notes, and snippets.

@BanksySan
Created April 19, 2020 10:07
Show Gist options
  • Save BanksySan/a5cf02d0182f648b6f8c7b2a0449e471 to your computer and use it in GitHub Desktop.
Save BanksySan/a5cf02d0182f648b6f8c7b2a0449e471 to your computer and use it in GitHub Desktop.
Comparing explicit and implicit casts
public class Child
{
// Stuff
}
public class Parent : Child
{
// Stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment