Skip to content

Instantly share code, notes, and snippets.

@Moghaddm
Created October 7, 2023 05:41
Show Gist options
  • Save Moghaddm/1fb5511a7298c4ebe3c327f55d226e85 to your computer and use it in GitHub Desktop.
Save Moghaddm/1fb5511a7298c4ebe3c327f55d226e85 to your computer and use it in GitHub Desktop.
Animal Class Example
public class FatherLion
{
public string Color { get; set; }
}
public class ChildLion : FatherLion
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment