Inheritance
What is inheritance?
Inheritance makes writing a program much faster because it allows a class to take attributes and behaviours from a parent class. Click here for a great explanation of the concept. You only need to know about single inheritance.
W3Schools Inheritance
Click here for an example using a C# console application.