MethAttr ::= … |
---|
| abstract |
abstract shall only be used with virtual methods that are not final. It specifies that an implementation of the method is not provided but shall be provided by a derived class. abstract methods shall only appear in abstract types (§II.10.1.4).