Are attributes applied to an abstract method in a base class applied to the overridden versions in the child classes?
I hope the question is clear enough without an
It depends on how the attribute itself is declared - see AttributeUsageAttribute.Inherited property.