Inherits classname
The Inherits statement syntax has these parts:
Part | Description |
---|---|
classname | Required. The name of a class being inherited by the class in which the Inherits statement is used. |
If used, the Inherits statement must be the first non-blank, non-comment line in a class definition.