How C# Inheritance Saved Me 100 Lines of Code
I was creating a Blackjack console game in C# as a college assessment. While creating this I created two classes, one for a Player and one for a Dealer. Both the dealer and the player were using the same methods. I encountered a problem when I change...
Jan 28, 20233 min read40
