Constructors and Arrays

Arrays are constructed only using the default constructor. Constructors that either accept no arguments or constructors for which all arguments have a default are considered “default constructors.” Arrays are always constructed in ascending order. This means that the initialization for each member of the array is done using the same constructor.