FlashcardBeginner
Inheritance with Colon Syntax
A class inherits from another using the colon syntax.
Question
How do you implement inheritance in C#?
Click to reveal answer
A class inherits from another using the colon syntax.
How do you implement inheritance in C#?