Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 391 Bytes

ii.15.4.2.4-method-attributes.md

File metadata and controls

7 lines (5 loc) · 391 Bytes

II.15.4.2.4 Method attributes

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).