Derived Class

Inheritance

Inheritance feature offers to derive a new class from an existing one and acquire all the feature of the existing class. The new class which get the feature from existing class called derived class and other class is called base class.

A detailed dicussion of Inheritance in .NET is given here.