Data objects contain the actual data or a reference to that data. Each has a corresponding template that specifies the data type.
Data objects have the following form
<Identifier> [name] {
<member 1>;
...
<member n>;
}
This section discusses the following parts of data objects:
·Name
Example templates are presented in Examples.