How to achieve inheritance in C#?
When a class derives features of another class, this feature is called Inheritance. To know more on Inheritance, Click Here