PreviousNext

Interface Definition Structure

An interface definition has the following structure:

[interface_attribute,...] interface interface_name

{

declarations

}

The portion of an interface definition that precedes the { (left brace) is the interface header. The remainder of the definition is the interface body. Interface header syntax and interface body syntax are described separately in the following two topics.

More:

Interface Definition Header

Interface Definition Body