The NotificationArray class is the transient class that encapsulates behavior required to access Notification objects in an array.
The notifications are referenced by their position in the collection.
The bracket ([ ]) subscript operators enable you to assign values to and receive values from a notification array.
(None)