Array properties can be declared as default properties. This means that it is not necessary to specify the property name when assigning or reading it. In the previous example, if the definition of the items property would have been
Then the assignment
Would be equivalent to the following abbreviation.
Only one default property per class is allowed, but descendent classes can redeclare the default property.