Skip to content

Commit 6f01829

Browse files
authored
Update abstract-cpp-component-extensions.md
1 parent fe8fe16 commit 6f01829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/extensions/abstract-cpp-component-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The **abstract** keyword declares either:
2525

2626
### Remarks
2727

28-
The first example syntax declares a class to be abstract. The *class-declaration* component can be either a native C++ declaration (**`class`**** or **`struct`**), or a C++ extension declaration (**ref class** or **ref struct**) if the `/ZW` or `/clr` compiler option is specified.
28+
The first example syntax declares a class to be abstract. The *class-declaration* component can be either a native C++ declaration (**`class`** or **`struct`**), or a C++ extension declaration (**ref class** or **ref struct**) if the `/ZW` or `/clr` compiler option is specified.
2929

3030
The second example syntax declares a virtual member function to be abstract. Declaring a function abstract is the same as declaring it a pure virtual function. Declaring a member function abstract also causes the enclosing class to be declared abstract.
3131

0 commit comments

Comments
 (0)