Description of Using Object-Orientation in ASP.NET: Inheritance :
Using Object-Orientation in ASP.NET: Inheritance is an article which shows you how an object oriented feature such as inheritance is supported by ASP.NET with a sample program. Inheritance is the process of creating classes from the base class. You can create multiple, single and multilevel inheritance in ASP.NET.