An object-oriented programming term. The ability of a subclass to take on the characteristics of the class it's based on. If the characteristics of the parent class change, the subclass on which it is based inherits those characteristics. For example, if you add a new property, IsBold, to an editing control, any subclasses based on your control will also have an IsBold property.