This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
10.1.2 Class base specification
A class declaration may include a class-base specification which defines the direct base class of the class and the interfaces implemented by the class.
- class-base:
- : class-type
: interface-type-list
: class-type , interface-type-list
- interface-type-list:
- interface-type
interface-type-list , interface-type